Searched refs:RSA_set0_crt_params (Results 1 – 7 of 7) sorted by relevance
/openbsd/regress/lib/libcrypto/rsa/ |
H A D | rsa_test.c | 106 if (!RSA_set0_crt_params(key, bn_dmp1, bn_dmq1, bn_iqmp)) in key1() 200 if (!RSA_set0_crt_params(key, bn_dmp1, bn_dmq1, bn_iqmp)) in key2() 321 if (!RSA_set0_crt_params(key, bn_dmp1, bn_dmq1, bn_iqmp)) in key3()
|
/openbsd/lib/libcrypto/rsa/ |
H A D | rsa_lib.c | 278 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params() function 300 LCRYPTO_ALIAS(RSA_set0_crt_params);
|
H A D | rsa.h | 375 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp);
|
/openbsd/lib/libcrypto/hidden/openssl/ |
H A D | rsa.h | 91 LCRYPTO_USED(RSA_set0_crt_params);
|
/openbsd/usr.bin/ssh/ |
H A D | ssh-rsa.c | 275 if (!RSA_set0_crt_params(rsa, rsa_dmp1, rsa_dmq1, rsa_iqmp)) { in ssh_rsa_deserialize_private()
|
H A D | ssh-keygen.c | 592 if (RSA_set0_crt_params(rsa, rsa_dmp1, rsa_dmq1, rsa_iqmp) != 1) in do_convert_private_ssh2()
|
/openbsd/lib/libcrypto/ |
H A D | Symbols.list | 2044 RSA_set0_crt_params
|