Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Drsa_test.c235 static int test_rsa_simple(int idx, int en_pad_type, int de_pad_type, in test_rsa_simple() function
278 return test_rsa_simple(idx, RSA_PKCS1_PADDING, RSA_PKCS1_PADDING, 1, NULL, in test_rsa_pkcs1()
287 ret = test_rsa_simple(idx, RSA_PKCS1_PADDING, RSA_SSLV23_PADDING, 1, NULL, in test_rsa_sslv23()
291 ret &= test_rsa_simple(idx, RSA_SSLV23_PADDING, RSA_PKCS1_PADDING, 1, NULL, in test_rsa_sslv23()
298 ret &= test_rsa_simple(idx, RSA_SSLV23_PADDING, RSA_SSLV23_PADDING, 0, NULL, in test_rsa_sslv23()
316 if (!test_rsa_simple(idx, RSA_PKCS1_OAEP_PADDING, RSA_PKCS1_OAEP_PADDING, 1, in test_rsa_oaep()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Drsa_test.c234 static int test_rsa_simple(int idx, int en_pad_type, int de_pad_type, in test_rsa_simple() function
277 return test_rsa_simple(idx, RSA_PKCS1_PADDING, RSA_PKCS1_PADDING, 1, NULL, in test_rsa_pkcs1()
293 if (!test_rsa_simple(idx, RSA_PKCS1_OAEP_PADDING, RSA_PKCS1_OAEP_PADDING, 1, in test_rsa_oaep()