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

/freebsd-10-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-10-stable/crypto/openssl/crypto/asn1/
H A Dameth_lib.c428 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-10-stable/crypto/openssl/crypto/dh/
H A Ddh_ameth.c303 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
291 dh_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c509 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
544 static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
497 eckey_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
532 old_ec_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/freebsd-10-stable/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c121 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
109 old_rsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/freebsd-10-stable/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c489 static int dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
524 static int old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
477 dsa_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
512 old_dsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/freebsd-10-stable/crypto/openssl/engines/ccgost/
H A Dgost_ameth.c839 static int gost94_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
845 static int gost2001_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
853 static int gost94_param_decode(EVP_PKEY *pkey, const unsigned char **pder, argument
874 static int gost2001_param_decode(EVP_PKEY *pkey, const unsigned char **pder, argument

Completed in 123 milliseconds