Home
last modified time | relevance | path

Searched defs:iqmp (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_s390x.c80 const BIGNUM *dmp, const BIGNUM *dmq, const BIGNUM *iqmp) in s390x_crt()
156 const BIGNUM *dmp, const BIGNUM *dmq, const BIGNUM *iqmp) in s390x_crt()
/freebsd/crypto/openssl/test/
H A Drsa_test.c84 static unsigned char iqmp[] = in key1() local
129 static unsigned char iqmp[] = in key2() local
194 static unsigned char iqmp[] = in key3() local
H A Drsa_mp_test.c107 static const unsigned char iqmp[] = variable
H A Devp_pkey_provided_test.c546 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in test_fromdata_rsa_derive_from_pq_sp800() local
643 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in test_fromdata_rsa_derive_from_pq_multiprime() local
/freebsd/contrib/wpa/src/tls/
H A Drsa.c27 struct bignum *iqmp; /* 1 / q mod p; CRT coefficient */ member
/freebsd/contrib/ntp/libntp/
H A Dlibssl_compat.c203 BIGNUM * iqmp in sslshim_RSA_set0_crt_params()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_gen.c92 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in DEFINE_STACK_OF() local
H A Drsa_local.h69 BIGNUM *iqmp; member
H A Drsa_lib.c453 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
607 const BIGNUM **iqmp) in RSA_get0_crt_params()
/freebsd/crypto/openssl/crypto/pem/
H A Dpvkfmt.c453 BIGNUM *p = NULL, *q = NULL, *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in ossl_b2i_RSA_after_header() local
651 const BIGNUM *d, *p, *q, *iqmp, *dmp1, *dmq1; in check_bitlen_rsa() local
679 const BIGNUM *n, *d, *e, *p, *q, *iqmp, *dmp1, *dmq1; in write_rsa() local
/freebsd/contrib/ldns/
H A Dkeys.c769 *dmp1=NULL, *dmq1=NULL, *iqmp=NULL; in ldns_key_new_frm_fp_rsa_l() local
H A Dhost2str.c3031 *dmq1=NULL, *iqmp=NULL; in ldns_key2buffer_str() local
/freebsd/crypto/heimdal/lib/hx509/
H A Dcrypto.c2984 const BIGNUM *d, *p, *q, *dmp1, *dmq1, *iqmp; in match_keys_rsa() local