Searched refs:bn_dmq1 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/regress/lib/libcrypto/rsa/
H A Drsa_test.c79 BIGNUM *bn_dmp1 = NULL, *bn_dmq1 = NULL, *bn_iqmp = NULL; local
102 bn_dmq1 = BN_bin2bn(dmq1, sizeof(dmq1) - 1, NULL);
104 if (bn_dmp1 == NULL || bn_dmq1 == NULL || bn_iqmp == NULL)
106 if (!RSA_set0_crt_params(key, bn_dmp1, bn_dmq1, bn_iqmp))
109 bn_dmq1 = NULL;
122 BN_free(bn_dmq1);
173 BIGNUM *bn_dmp1 = NULL, *bn_dmq1 = NULL, *bn_iqmp = NULL; local
196 bn_dmq1 = BN_bin2bn(dmq1, sizeof(dmq1) - 1, NULL);
198 if (bn_dmp1 == NULL || bn_dmq1 == NULL || bn_iqmp == NULL)
200 if (!RSA_set0_crt_params(key, bn_dmp1, bn_dmq1, bn_iqm
294 BIGNUM *bn_dmp1 = NULL, *bn_dmq1 = NULL, *bn_iqmp = NULL; local
[all...]

Completed in 117 milliseconds