Searched refs:RSA_set_ex_data (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | BIO_get_ex_new_index.pod | 12 RSA_get_ex_new_index, RSA_set_ex_data, RSA_get_ex_data, 64 int RSA_set_ex_data(RSA *type, int idx, void *arg); 123 RSA_get_ex_new_index(), RSA_set_ex_data(), RSA_get_ex_data(),
|
| /freebsd-14.2/crypto/openssl/include/openssl/ |
| H A D | rsa.h | 197 # define RSA_set_app_data(s,arg) RSA_set_ex_data(s,0,arg) 445 OSSL_DEPRECATEDIN_3_0 int RSA_set_ex_data(RSA *r, int idx, void *arg);
|
| /freebsd-14.2/crypto/openssl/engines/ |
| H A D | e_capi.c | 708 RSA_set_ex_data(rkey, rsa_capi_idx, key); in capi_get_pkey() 998 RSA_set_ex_data(rsa, rsa_capi_idx, 0); in capi_rsa_free()
|
| /freebsd-14.2/crypto/openssl/crypto/rsa/ |
| H A D | rsa_lib.c | 203 int RSA_set_ex_data(RSA *r, int idx, void *arg) in RSA_set_ex_data() function
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | ssh-pkcs11.c | 506 RSA_set_ex_data(rsa, rsa_idx, k11); in pkcs11_rsa_wrap()
|
| /freebsd-14.2/secure/lib/libcrypto/ |
| H A D | Version.map | 2582 RSA_set_ex_data;
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | migration_guide.pod | 2162 RSA_set_default_method(), RSA_set_method(), RSA_set_ex_data()
|
| /freebsd-14.2/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3675 MLINKS+= BIO_get_ex_new_index.3 RSA_set_ex_data.3
|
| /freebsd-14.2/crypto/openssl/util/ |
| H A D | libcrypto.num | 2377 RSA_set_ex_data 2429 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|