Home
last modified time | relevance | path

Searched refs:RSA_get_ex_data (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_get_ex_new_index.pod15 RSA_get_ex_new_index, RSA_set_ex_data, RSA_get_ex_data
/freebsd-13.1/crypto/openssl/include/openssl/
H A Drsa.h196 # define RSA_get_app_data(s) RSA_get_ex_data(s,0)
395 void *RSA_get_ex_data(const RSA *r, int idx);
/freebsd-13.1/crypto/openssl/crypto/rsa/
H A Drsa_lib.c161 void *RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data() function
/freebsd-13.1/crypto/openssl/engines/
H A De_capi.c833 capi_key = RSA_get_ex_data(rsa, rsa_capi_idx); in capi_rsa_sign()
930 capi_key = RSA_get_ex_data(rsa, rsa_capi_idx); in capi_rsa_priv_dec()
983 capi_key = RSA_get_ex_data(rsa, rsa_capi_idx); in capi_rsa_free()
/freebsd-13.1/crypto/openssh/
H A Dssh-pkcs11.c432 if ((k11 = RSA_get_ex_data(rsa, rsa_idx)) == NULL) { in pkcs11_rsa_private_encrypt()
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map2519 RSA_get_ex_data;
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile668 MLINKS+= BIO_get_ex_new_index.3 RSA_get_ex_data.3