Searched defs:pder (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/hmac/
H A Dhm_ameth.c121 static int old_hmac_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
105 old_hmac_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_kdf.c91 static int dh_sharedinfo_encode(unsigned char **pder, unsigned char **pctr, argument
H A Ddh_ameth.c328 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
316 dh_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dameth_lib.c449 EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, int (*param_decode) (EVP_PKEY *pkey, const unsigned char **pder, int derlen), int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder), int (*param_missing) (const EVP_PKEY *pk), int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from), int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) argument
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c494 static int dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
529 static int old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
482 dsa_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
517 old_dsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_ameth.c853 static int gost94_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
859 static int gost2001_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
867 static int gost94_param_decode(EVP_PKEY *pkey, const unsigned char **pder, argument
888 static int gost2001_param_decode(EVP_PKEY *pkey, const unsigned char **pder, argument
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c128 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
116 old_rsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c515 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
550 static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
503 eckey_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
538 old_ec_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument

Completed in 97 milliseconds