Home
last modified time | relevance | path

Searched refs:ak (Results 1 – 4 of 4) sorted by path

/openssl/
H A DConfigure2027 my $ak = $a;
2031 $ak = $2;
2036 $$ref->{$g}->{$ak} = $av;
2038 delete $$ref->{$g}->{$ak};
/openssl/test/certs/
H A Droot-expired.pem12 m2uEPXyAmslTnE1y96NSMA0GCSqGSIb3DQEBCwUAA4IBAQC2j5q0uIsZeCXAT/ak
/openssl/test/
H A Devp_extra_test.c1569 const APK_DATA *ak = &keydata[i]; in test_d2i_AutoPrivateKey() local
1570 const unsigned char *input = ak->kder; in test_d2i_AutoPrivateKey()
1571 size_t input_len = ak->size; in test_d2i_AutoPrivateKey()
1572 int expected_id = ak->evptype; in test_d2i_AutoPrivateKey()
2244 const APK_DATA *ak = &keycheckdata[i]; in test_EVP_PKEY_check() local
2245 const unsigned char *input = ak->kder; in test_EVP_PKEY_check()
2246 size_t input_len = ak->size; in test_EVP_PKEY_check()
2247 int expected_id = ak->evptype; in test_EVP_PKEY_check()
2248 int expected_check = ak->check; in test_EVP_PKEY_check()
2249 int expected_pub_check = ak->pub_check; in test_EVP_PKEY_check()
[all …]
H A Devp_extra_test2.c403 const APK_DATA *ak = &keydata[i]; in test_d2i_AutoPrivateKey_ex() local
404 const unsigned char *input = ak->kder; in test_d2i_AutoPrivateKey_ex()
405 size_t input_len = ak->size; in test_d2i_AutoPrivateKey_ex()
406 int expected_id = ak->evptype; in test_d2i_AutoPrivateKey_ex()
418 if (ak->evptype == EVP_PKEY_RSA) { in test_d2i_AutoPrivateKey_ex()
422 } else if (ak->evptype == EVP_PKEY_X25519) { in test_d2i_AutoPrivateKey_ex()
437 if (ak->evptype == EVP_PKEY_DH) { in test_d2i_AutoPrivateKey_ex()

Completed in 32 milliseconds