Home
last modified time | relevance | path

Searched refs:osi_ca (Results 1 – 2 of 2) sorted by relevance

/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()
/openssl/engines/
H A De_loader_attic.c343 OSSL_STORE_INFO *osi_ca = NULL; in try_decode_PKCS12() local
368 if ((osi_ca = OSSL_STORE_INFO_new_CERT(ca)) != NULL in try_decode_PKCS12()
370 && sk_OSSL_STORE_INFO_push(ctx, osi_ca) != 0) in try_decode_PKCS12()
371 osi_ca = NULL; in try_decode_PKCS12()
381 store_info_free(osi_ca); in try_decode_PKCS12()

Completed in 11 milliseconds