Home
last modified time | relevance | path

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

/third_party/openssl/test/
Drsa_test.c85 static unsigned char iqmp[] = in key1() local
130 static unsigned char iqmp[] = in key2() local
195 static unsigned char iqmp[] = in key3() local
Drsa_mp_test.c101 static const unsigned char iqmp[] = in key2048p3() local
/third_party/openssl/crypto/rsa/
Drsa_lib.c230 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()
Drsa_local.h45 BIGNUM *iqmp; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Drsa.c27 struct bignum *iqmp; /* 1 / q mod p; CRT coefficient */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Drsa.c27 struct bignum *iqmp; /* 1 / q mod p; CRT coefficient */ member
/third_party/openssl/crypto/pem/
Dpvkfmt.c325 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