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

/barrelfish-master/lib/openssl-1.0.0d/crypto/hmac/
H A Dhm_ameth.c117 static int old_hmac_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
106 old_hmac_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dameth_lib.c421 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
/barrelfish-master/lib/openssl-1.0.0d/crypto/dh/
H A Ddh_ameth.c311 static int dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
298 dh_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/barrelfish-master/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_ameth.c122 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
/barrelfish-master/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_ameth.c503 static int dsa_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
540 static int old_dsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
490 dsa_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
527 old_dsa_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_ameth.c535 static int eckey_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
572 static int old_ec_priv_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
522 eckey_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
559 old_ec_priv_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_ameth.c808 static int gost94_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
813 static int gost2001_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
819 static int gost94_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
838 static int gost2001_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) { argument

Completed in 40 milliseconds