Home
last modified time | relevance | path

Searched refs:data_structure (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c107 const char *data_structure; in pem2der_decode() member
183 char *data_structure = (char *)pem_name_map[i].data_structure; in pem2der_decode() local
192 if (data_structure != NULL) in pem2der_decode()
195 data_structure, 0); in pem2der_decode()
/freebsd-14.2/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c689 const char *data_structure = NULL; in decoder_process() local
777 if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &data_structure)) in decoder_process()
792 trace_data_structure = data_structure; in decoder_process()
793 if (data_type != NULL && data_structure != NULL in decoder_process()
794 && OPENSSL_strcasecmp(data_structure, "type-specific") == 0) in decoder_process()
795 data_structure = NULL; in decoder_process()
803 (trace_data_structure == data_structure in decoder_process()
899 if (data_structure != NULL in decoder_process()
901 || OPENSSL_strcasecmp(data_structure, in decoder_process()
/freebsd-14.2/crypto/openssl/crypto/store/
H A Dstore_result.c65 const char *data_structure; member
115 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.data_structure)) in ossl_store_handle_load_result()
289 OSSL_DECODER_CTX_new_for_pkey(&pk, NULL, data->data_structure, in try_key_value()