Searched refs:OSSL_PARAM_get_octet_string_ptr (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/store/ |
H A D | store_result.c | 109 && !OSSL_PARAM_get_octet_string_ptr(p, &helper_data.octet_data, in ossl_store_handle_load_result() 118 if (p != NULL && !OSSL_PARAM_get_octet_string_ptr(p, &helper_data.ref, in ossl_store_handle_load_result()
|
/openssl/providers/implementations/storemgmt/ |
H A D | winstore_store.c | 140 if (!OSSL_PARAM_get_octet_string_ptr(p, (const void **)&der, &der_len)) in winstore_set_ctx_params()
|
H A D | file_store.c | 361 if (!OSSL_PARAM_get_octet_string_ptr(p, (const void **)&der, &der_len) in file_set_ctx_params()
|
/openssl/include/openssl/ |
H A D | params.h | 150 int OSSL_PARAM_get_octet_string_ptr(const OSSL_PARAM *p, const void **val,
|
/openssl/doc/man3/ |
H A D | OSSL_PARAM_int.pod | 27 OSSL_PARAM_get_utf8_string_ptr, OSSL_PARAM_get_octet_string_ptr, 104 int OSSL_PARAM_get_octet_string_ptr(const OSSL_PARAM *p, const void **val, 295 OSSL_PARAM_get_octet_string_ptr() retrieves the pointer to a octet string
|
/openssl/providers/implementations/kdfs/ |
H A D | tls1_prf.c | 365 if (!OSSL_PARAM_get_octet_string_ptr(p, &val, &sz)) in kdf_tls1_prf_set_ctx_params()
|
/openssl/crypto/ |
H A D | params.c | 1676 int OSSL_PARAM_get_octet_string_ptr(const OSSL_PARAM *p, const void **val, in OSSL_PARAM_get_octet_string_ptr() function
|
/openssl/util/ |
H A D | libcrypto.num | 5226 OSSL_PARAM_get_octet_string_ptr 5354 3_0_0 EXIST::FUNCTION:
|
Completed in 41 milliseconds