Searched refs:CRYPTO_EX_INDEX_RSA (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/rsa/ |
H A D | rsa_lib.c | 116 if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data)) { in rsa_new_intern() 153 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, r, &r->ex_data); in RSA_free()
|
H A D | rsa_backend.c | 420 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_RSA, in ossl_rsa_dup()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 226 # define CRYPTO_EX_INDEX_RSA 9 macro
|
H A D | rsa.h | 444 CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, l, p, newf, dupf, freef)
|
H A D | crypto.h.in | 203 # define CRYPTO_EX_INDEX_RSA 9 macro
|