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/boringssl/src/crypto/evp/
asn1.c 67 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **out, const uint8_t **inp,
74 OPENSSL_PUT_ERROR(EVP, d2i_PrivateKey, ERR_R_EVP_LIB);
82 OPENSSL_PUT_ERROR(EVP, d2i_PrivateKey, EVP_R_UNKNOWN_PUBLIC_KEY_TYPE);
97 OPENSSL_PUT_ERROR(EVP, d2i_PrivateKey, ERR_R_ASN1_LIB);
155 return d2i_PrivateKey(keytype, out, inp, len);
  /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 104 milliseconds