Home
last modified time | relevance | path

Searched refs:sk_X509_EXTENSION_pop_free (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/x509/
Dt_req.c228 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in X509_REQ_print_ex()
/external/wpa_supplicant_8/hs20/client/
Dest.c490 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in generate_csr()
576 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in generate_csr()
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c382 sk_X509_EXTENSION_pop_free(extlist, X509_EXTENSION_free); in X509V3_EXT_REQ_add_nconf()
Dv3_utl.c516 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free); in STACK_OF()
/external/boringssl/src/include/openssl/
Dstack_macros.h2543 #define sk_X509_EXTENSION_pop_free(sk, free_func) \ macro
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp315 sk_X509_EXTENSION_pop_free(p, X509_EXTENSION_free); in operator ()()