Home
last modified time | relevance | path

Searched refs:osi_ca (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_result.c596 OSSL_STORE_INFO *osi_ca = NULL; in try_pkcs12() local
622 if ((osi_ca = OSSL_STORE_INFO_new_CERT(ca)) != NULL in try_pkcs12()
624 && sk_OSSL_STORE_INFO_push(infos, osi_ca) != 0) in try_pkcs12()
625 osi_ca = NULL; in try_pkcs12()
635 OSSL_STORE_INFO_free(osi_ca); in try_pkcs12()
/third_party/openssl/crypto/store/
H A Dstore_result.c594 OSSL_STORE_INFO *osi_ca = NULL; in try_pkcs12() local
620 if ((osi_ca = OSSL_STORE_INFO_new_CERT(ca)) != NULL in try_pkcs12()
622 && sk_OSSL_STORE_INFO_push(infos, osi_ca) != 0) in try_pkcs12()
623 osi_ca = NULL; in try_pkcs12()
633 OSSL_STORE_INFO_free(osi_ca); in try_pkcs12()
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic.c346 OSSL_STORE_INFO *osi_ca = NULL; in try_decode_PKCS12() local
371 if ((osi_ca = OSSL_STORE_INFO_new_CERT(ca)) != NULL in try_decode_PKCS12()
373 && sk_OSSL_STORE_INFO_push(ctx, osi_ca) != 0) in try_decode_PKCS12()
374 osi_ca = NULL; in try_decode_PKCS12()
384 store_info_free(osi_ca); in try_decode_PKCS12()
/third_party/openssl/engines/
H A De_loader_attic.c346 OSSL_STORE_INFO *osi_ca = NULL; in try_decode_PKCS12() local
371 if ((osi_ca = OSSL_STORE_INFO_new_CERT(ca)) != NULL in try_decode_PKCS12()
373 && sk_OSSL_STORE_INFO_push(ctx, osi_ca) != 0) in try_decode_PKCS12()
374 osi_ca = NULL; in try_decode_PKCS12()
384 store_info_free(osi_ca); in try_decode_PKCS12()

Completed in 9 milliseconds