HomeSort by relevance Sort by last modified time
    Searched refs:d2i_PKCS12 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/boringssl/src/include/openssl/
pkcs8.h 140 /* d2i_PKCS12 is a dummy function that copies |*ber_bytes| into a
145 * Note: unlike other d2i functions, |d2i_PKCS12| will always consume |ber_len|
147 OPENSSL_EXPORT PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes,
150 /* d2i_PKCS12_bio acts like |d2i_PKCS12| but reads from a |BIO|. */
153 /* d2i_PKCS12_fp acts like |d2i_PKCS12| but reads from a |FILE|. */
  /external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
pkcs8.c 1029 PKCS12* d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes, size_t ber_len) {
1090 ret = d2i_PKCS12(out_p12, &dummy, used);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]

Completed in 2409 milliseconds