Home
last modified time | relevance | path

Searched refs:OSSL_STORE_INFO_NAME (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/store/
H A Dstore_lib.c464 if (returned_type != OSSL_STORE_INFO_NAME && returned_type != 0) { in OSSL_STORE_load()
556 OSSL_STORE_INFO *info = OSSL_STORE_INFO_new(OSSL_STORE_INFO_NAME, NULL); in OSSL_STORE_INFO_new_NAME()
571 if (info->type != OSSL_STORE_INFO_NAME) { in OSSL_STORE_INFO_set0_NAME_description()
642 if (info->type == OSSL_STORE_INFO_NAME) in OSSL_STORE_INFO_get0_NAME()
649 if (info->type == OSSL_STORE_INFO_NAME) { in OSSL_STORE_INFO_get1_NAME()
662 if (info->type == OSSL_STORE_INFO_NAME) in OSSL_STORE_INFO_get0_NAME_description()
669 if (info->type == OSSL_STORE_INFO_NAME) { in OSSL_STORE_INFO_get1_NAME_description()
773 case OSSL_STORE_INFO_NAME: in OSSL_STORE_INFO_free()
/freebsd-14.2/crypto/openssl/doc/man3/
H A DOSSL_STORE_INFO.pod112 Additionally, for B<OSSL_STORE_INFO_NAME> objects,
137 =item OSSL_STORE_INFO_NAME
142 named C<cookie.pem>, and in that case, the returned B<OSSL_STORE_INFO_NAME>
H A DOSSL_STORE_expect.pod27 L<OSSL_STORE_INFO(3)/SUPPORTED OBJECTS>) except for B<OSSL_STORE_INFO_NAME>.
/freebsd-14.2/crypto/openssl/apps/
H A Dstoreutl.c420 if (type == OSSL_STORE_INFO_NAME) { in process()
437 case OSSL_STORE_INFO_NAME: in process()
/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dby_store.c60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dstore.h149 # define OSSL_STORE_INFO_NAME 1 /* char * */ macro
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_cert.c826 if (infotype == OSSL_STORE_INFO_NAME) { in add_uris_recursive()
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md1227 this function would return one of the values OSSL_STORE_INFO_NAME,