Searched refs:CRYPTO_EX_INDEX_RSA (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_eng.c203 if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data)) {
217 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data);
251 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_RSA, r, &r->ex_data);
296 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, argl, argp,
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcrypto.h328 # define CRYPTO_EX_INDEX_RSA 6 macro

Completed in 51 milliseconds