Home
last modified time | relevance | path

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

/openbsd/src/regress/lib/libcrypto/rsa/
Drsa_test.c67 static unsigned char iqmp[] = in key1() local
161 static unsigned char iqmp[] = in key2() local
275 static unsigned char iqmp[] = in key3() local
/openbsd/src/lib/libcrypto/rsa/
Drsa_lib.c266 const BIGNUM **iqmp) in RSA_get0_crt_params()
278 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
Drsa_local.h109 BIGNUM *iqmp; member