Searched refs:ossl_crypto_get_ex_new_index_ex (Results 1 – 3 of 3) sorted by relevance
/openssl-master/include/internal/ |
A D | cryptlib.h | 205 int ossl_crypto_get_ex_new_index_ex(OSSL_LIB_CTX *ctx, int class_index,
|
/openssl-master/crypto/ |
A D | ex_data.c | 141 int ossl_crypto_get_ex_new_index_ex(OSSL_LIB_CTX *ctx, int class_index, in ossl_crypto_get_ex_new_index_ex() function 200 return ossl_crypto_get_ex_new_index_ex(NULL, class_index, argl, argp, in CRYPTO_get_ex_new_index()
|
A D | context.c | 338 idx = ossl_crypto_get_ex_new_index_ex(ctx, CRYPTO_EX_INDEX_OSSL_LIB_CTX, 0, in ossl_lib_ctx_init_index()
|
Completed in 6 milliseconds