Home
last modified time | relevance | path

Searched refs:OSSL_STORE_INFO_CERT (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dstore_lib.c300 OSSL_STORE_INFO *info = store_info_new(OSSL_STORE_INFO_CERT, x509); in OSSL_STORE_INFO_new_CERT()
409 if (info->type == OSSL_STORE_INFO_CERT) in OSSL_STORE_INFO_get0_CERT()
416 if (info->type == OSSL_STORE_INFO_CERT) { in OSSL_STORE_INFO_get1_CERT()
464 case OSSL_STORE_INFO_CERT: in OSSL_STORE_INFO_free()
H A Dloader_file.c1230 && ctx->expected_type != OSSL_STORE_INFO_CERT in file_name_check()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dstoreutl.c114 {OPT_SEARCHFOR_CERTS, OSSL_STORE_INFO_CERT}, in storeutl_main()
444 case OSSL_STORE_INFO_CERT: in process()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_lib.c609 OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_CERT, x509); in OSSL_STORE_INFO_new_CERT()
734 if (info->type == OSSL_STORE_INFO_CERT) in OSSL_STORE_INFO_get0_CERT()
741 if (info->type == OSSL_STORE_INFO_CERT) { in OSSL_STORE_INFO_get1_CERT()
786 case OSSL_STORE_INFO_CERT: in OSSL_STORE_INFO_free()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dstoreutl.c129 {OPT_SEARCHFOR_CERTS, OSSL_STORE_INFO_CERT}, in storeutl_main()
469 case OSSL_STORE_INFO_CERT: in process()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dby_store.c75 case OSSL_STORE_INFO_CERT: in cache_objects()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dstore.h113 # define OSSL_STORE_INFO_CERT 4 /* X509 * */ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/
H A Dossl_store.pod61 case OSSL_STORE_INFO_CERT:
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOSSL_STORE_expect.pod26 that it expects the type B<OSSL_STORE_INFO_CERT>.
H A DOSSL_STORE_INFO.pod144 =item OSSL_STORE_INFO_CERT
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
H A Dfile_store.c445 case OSSL_STORE_INFO_CERT: in file_setup_decoders()
586 && ctx->expected_type != OSSL_STORE_INFO_CERT in file_name_check()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_STORE_expect.pod30 that it expects the type B<OSSL_STORE_INFO_CERT>.
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dstore.h153 # define OSSL_STORE_INFO_CERT 5 /* X509 * */ macro
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c904 SET_EXPECT(expect, OSSL_STORE_INFO_CERT); in load_key_certs_crls_suppress()
912 SET_EXPECT(expect, OSSL_STORE_INFO_CERT); in load_key_certs_crls_suppress()
1017 case OSSL_STORE_INFO_CERT: in load_key_certs_crls_suppress()
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_cert.c834 } else if (infotype == OSSL_STORE_INFO_CERT) { in add_uris_recursive()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_loader_attic.c1460 && ctx->expected_type != OSSL_STORE_INFO_CERT in file_name_check()