Home
last modified time | relevance | path

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

/third_party/openssl/crypto/store/
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()
/third_party/openssl/doc/man3/
DOSSL_STORE_INFO.pod111 Additionally, for B<OSSL_STORE_INFO_NAME> objects,
136 =item OSSL_STORE_INFO_NAME
141 named C<cookie.pem>, and in that case, the returned B<OSSL_STORE_INFO_NAME>
DOSSL_STORE_expect.pod27 L<OSSL_STORE_INFO(3)/SUPPORTED OBJECTS>) except for B<OSSL_STORE_INFO_NAME>.
/third_party/openssl/apps/
Dstoreutl.c422 if (type == OSSL_STORE_INFO_NAME) { in process()
439 case OSSL_STORE_INFO_NAME: in process()
/third_party/openssl/ohos_lite/include/openssl/
Dstore.h110 # define OSSL_STORE_INFO_NAME 1 /* char * */ macro
/third_party/openssl/crypto/x509/
Dby_store.c60 if (infotype == OSSL_STORE_INFO_NAME) { in cache_objects()
/third_party/openssl/include/openssl/
Dstore.h149 # define OSSL_STORE_INFO_NAME 1 /* char * */ macro
/third_party/openssl/ssl/
Dssl_cert.c804 if (infotype == OSSL_STORE_INFO_NAME) { in add_uris_recursive()
/third_party/openssl/
DCHANGES.md827 this function would return one of the values OSSL_STORE_INFO_NAME,