HomeSort by relevance Sort by last modified time
    Searched defs:d2i_PrivateKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
d2i_pr.c 71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
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/
d2i_pr.c 71 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
128 /* This works like d2i_PrivateKey() except it automatically works out the type */
169 return d2i_PrivateKey(keytype, a, pp, length);

Completed in 31 milliseconds