Home
last modified time | relevance | path

Searched refs:ex_coefficient (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Drsa_mp_test.c131 static const unsigned char ex_coefficient[] = variable
176 coeffs[0] = BN_bin2bn(ex_coefficient, sizeof(ex_coefficient) - 1, NULL); in key2048p3_v1()
229 || !TEST_ptr(num = BN_bin2bn(ex_coefficient, sizeof(ex_coefficient) - 1, NULL)) in key2048p3_v2()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Drsa_mp_test.c125 static const unsigned char ex_coefficient[] = in key2048p3() local
162 coeffs[0] = BN_bin2bn(ex_coefficient, sizeof(ex_coefficient) - 1, NULL); in key2048p3()