Home
last modified time | relevance | path

Searched defs:dmq1 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/regress/lib/libcrypto/rsa/
H A Drsa_test.c62 static unsigned char dmq1[] = in key1() local
157 static unsigned char dmq1[] = in key2() local
269 static unsigned char dmq1[] = in key3() local
/openbsd-src/lib/libcrypto/rsa/
H A Drsa_lib.c265 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, in RSA_get0_crt_params()
278 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
H A Drsa_local.h113 BIGNUM *dmq1; global() member
H A Drsa_eay.c661 BIGNUM dmp1, dmq1, c, pr1; in rsa_mod_exp() local