Searched defs:iqmp (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/rsa/ |
| H A D | rsa_lib.c | 230 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params() 378 const BIGNUM **iqmp) in RSA_get0_crt_params()
|
| H A D | rsa_local.h | 45 BIGNUM *iqmp; member
|
| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | libressl-api-compat.c | 269 const BIGNUM **iqmp) in RSA_get0_crt_params() 282 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
|
| /freebsd-13.1/crypto/openssl/crypto/pem/ |
| H A D | pvkfmt.c | 325 BIGNUM *p = NULL, *q = NULL, *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in b2i_rsa() local 533 const BIGNUM *d, *p, *q, *iqmp, *dmp1, *dmq1; in check_bitlen_rsa() local 561 const BIGNUM *n, *d, *e, *p, *q, *iqmp, *dmp1, *dmq1; in write_rsa() local
|
| /freebsd-13.1/contrib/wpa/src/tls/ |
| H A D | rsa.c | 27 struct bignum *iqmp; /* 1 / q mod p; CRT coefficient */ member
|
| /freebsd-13.1/contrib/ntp/libntp/ |
| H A D | libssl_compat.c | 203 BIGNUM * iqmp in sslshim_RSA_set0_crt_params()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | ssh-rsa.c | 109 ssh_rsa_complete_crt_parameters(struct sshkey *key, const BIGNUM *iqmp) in ssh_rsa_complete_crt_parameters()
|
| /freebsd-13.1/contrib/ldns/ |
| H A D | keys.c | 806 *dmp1=NULL, *dmq1=NULL, *iqmp=NULL; in ldns_key_new_frm_fp_rsa_l() local
|
| H A D | host2str.c | 2042 *dmq1=NULL, *iqmp=NULL; in ldns_key2buffer_str() local
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | crypto.c | 2984 const BIGNUM *d, *p, *q, *dmp1, *dmq1, *iqmp; in match_keys_rsa() local
|