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

  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 623 uint8_t *ber_bytes; member in struct:pkcs12_st
627 PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes,
636 p12->ber_bytes = OPENSSL_malloc(ber_len);
637 if (!p12->ber_bytes) {
642 OPENSSL_memcpy(p12->ber_bytes, *ber_bytes, ber_len);
644 *ber_bytes += ber_len;
720 CBS ber_bytes; local
737 CBS_init(&ber_bytes, p12->ber_bytes, p12->ber_len)
    [all...]
  /external/boringssl/src/include/openssl/
pkcs8.h 135 /* d2i_PKCS12 is a dummy function that copies |*ber_bytes| into a
137 * |*ber_bytes| will be advanced by |ber_len|. It returns a fresh |PKCS12|
146 OPENSSL_EXPORT PKCS12 *d2i_PKCS12(PKCS12 **out_p12, const uint8_t **ber_bytes,

Completed in 3522 milliseconds