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

  /external/boringssl/src/include/openssl/
pkcs8.h 135 // d2i_PKCS12 is a dummy function that copies |*ber_bytes| into a
140 // Note: unlike other d2i functions, |d2i_PKCS12| will always consume |ber_len|
146 OPENSSL_EXPORT PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes,
149 // d2i_PKCS12_bio acts like |d2i_PKCS12| but reads from a |BIO|.
152 // d2i_PKCS12_fp acts like |d2i_PKCS12| but reads from a |FILE|.
  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 748 PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes,
818 ret = d2i_PKCS12(out_p12, &dummy, used);
    [all...]
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]

Completed in 100 milliseconds