OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d2i_PKCS12
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/include/openssl/
pkcs8.h
141
/*
d2i_PKCS12
is a dummy function that copies |*ber_bytes| into a
146
* Note: unlike other d2i functions, |
d2i_PKCS12
| will always consume |ber_len|
148
OPENSSL_EXPORT PKCS12 *
d2i_PKCS12
(PKCS12 **out_p12, const uint8_t **ber_bytes,
151
/* d2i_PKCS12_bio acts like |
d2i_PKCS12
| but reads from a |BIO|. */
154
/* d2i_PKCS12_fp acts like |
d2i_PKCS12
| but reads from a |FILE|. */
/external/boringssl/src/crypto/pkcs8/
pkcs8.c
1066
PKCS12*
d2i_PKCS12
(PKCS12 **out_p12, const uint8_t **ber_bytes, size_t ber_len) {
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
[
all
...]
Completed in 433 milliseconds