Searched refs:sk_GENERAL_NAME_pop_free (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/crypto/x509v3/ |
D | v3_alt.c | 270 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); in v2i_issuer_alt() 339 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); in v2i_subject_alt() 418 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); in v2i_GENERAL_NAMES()
|
D | v3_utl.c | 477 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); in STACK_OF() 515 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free); in STACK_OF()
|
D | v3_crld.c | 186 sk_GENERAL_NAME_pop_free(fnm, GENERAL_NAME_free); in set_dist_point_name()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 1427 sk_GENERAL_NAME_pop_free(ext, GENERAL_NAME_free); in tls_match_altsubject_component() 1541 sk_GENERAL_NAME_pop_free(ext, GENERAL_NAME_free); in tls_match_suffix() 1545 sk_GENERAL_NAME_pop_free(ext, GENERAL_NAME_free); in tls_match_suffix() 1742 sk_GENERAL_NAME_pop_free(ext, GENERAL_NAME_free); in openssl_tls_cert_event()
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 862 sk_GENERAL_NAME_pop_free(*names, GENERAL_NAME_free); in parse_cert() 888 sk_GENERAL_NAME_pop_free(names, GENERAL_NAME_free); in parse_cert_free()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 788 sk_GENERAL_NAME_pop_free(gens, GENERAL_NAME_free);
|
/external/boringssl/src/include/openssl/ |
D | stack_macros.h | 1206 #define sk_GENERAL_NAME_pop_free(sk, free_func) \ macro
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 369 sk_GENERAL_NAME_pop_free(p, GENERAL_NAME_free); in operator ()()
|