Searched refs:RSA_set0_crt_params (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dlibssl_compat.h97 #define RSA_set0_crt_params sslshim_RSA_set0_crt_params macro
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dopenssl-compat.h145 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp);
H A Dlibressl-api-compat.c280 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) function
/freebsd-13-stable/crypto/openssl/crypto/rsa/
H A Drsa_lib.c230 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) function
/freebsd-13-stable/crypto/openssh/
H A Dssh-rsa.c145 if (!RSA_set0_crt_params(key->rsa, rsa_dmp1, rsa_dmq1, rsa_iqmp)) {
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Drsa.h206 int RSA_set0_crt_params(RSA *r,BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp);
/freebsd-13-stable/crypto/openssl/crypto/pem/
H A Dpvkfmt.c357 if (!RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp))
/freebsd-13-stable/contrib/ldns/
H A Dkeys.c922 if(!RSA_set0_crt_params(rsa, dmp1, dmq1, iqmp))
/freebsd-13-stable/contrib/ntp/util/
H A Dntp-keygen.c1448 RSA_set0_crt_params(rsa, BN_dup(BN_value_one()), BN_dup(BN_value_one()),
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dcrypto.c3067 ret = RSA_set0_crt_params(rsa, new_dmp1, new_dmq1, new_iqmp);
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2283 MLINKS+= RSA_get0_key.3 RSA_set0_crt_params.3

Completed in 100 milliseconds