Home
last modified time | relevance | path

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

/openssl/crypto/store/
H A Dstore_result.c595 OSSL_STORE_INFO *osi_cert = NULL; in try_pkcs12() local
611 if ((osi_cert = OSSL_STORE_INFO_new_CERT(cert)) != NULL in try_pkcs12()
614 && sk_OSSL_STORE_INFO_push(infos, osi_cert) != 0) in try_pkcs12()
615 osi_cert = NULL; in try_pkcs12()
634 OSSL_STORE_INFO_free(osi_cert); in try_pkcs12()
/openssl/engines/
H A De_loader_attic.c342 OSSL_STORE_INFO *osi_cert = NULL; in try_decode_PKCS12() local
357 if ((osi_cert = OSSL_STORE_INFO_new_CERT(cert)) != NULL in try_decode_PKCS12()
360 && sk_OSSL_STORE_INFO_push(ctx, osi_cert) != 0) in try_decode_PKCS12()
361 osi_cert = NULL; in try_decode_PKCS12()
380 store_info_free(osi_cert); in try_decode_PKCS12()

Completed in 13 milliseconds