Searched defs:d2i_PrivateKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, function
128 /* This works like d2i_PrivateKey() except it automatically works out the type */
169 return d2i_PrivateKey(keytype, a, pp, length);
/external/openssl/crypto/asn1/
H A Dd2i_pr.c71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, function
128 /* This works like d2i_PrivateKey() except it automatically works out the type */
169 return d2i_PrivateKey(keytype, a, pp, length);

Completed in 240 milliseconds