Home
last modified time | relevance | path

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

/openbsd/regress/lib/libcrypto/rsa/
H A Drsa_test.c106 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 Drsa_lib.c278 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 Drsa.h375 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp);
/openbsd/lib/libcrypto/hidden/openssl/
H A Drsa.h91 LCRYPTO_USED(RSA_set0_crt_params);
/openbsd/usr.bin/ssh/
H A Dssh-rsa.c275 if (!RSA_set0_crt_params(rsa, rsa_dmp1, rsa_dmq1, rsa_iqmp)) { in ssh_rsa_deserialize_private()
H A Dssh-keygen.c592 if (RSA_set0_crt_params(rsa, rsa_dmp1, rsa_dmq1, rsa_iqmp) != 1) in do_convert_private_ssh2()
/openbsd/lib/libcrypto/
H A DSymbols.list2044 RSA_set0_crt_params