Home
last modified time | relevance | path

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

/openssl/test/certs/
H A Droot-expired.pem12 m2uEPXyAmslTnE1y96NSMA0GCSqGSIb3DQEBCwUAA4IBAQC2j5q0uIsZeCXAT/ak
/openssl/test/
H A Devp_extra_test2.c595 const APK_DATA *ak = &keydata[i]; in test_d2i_AutoPrivateKey_ex() local
596 const unsigned char *input = ak->kder; in test_d2i_AutoPrivateKey_ex()
597 size_t input_len = ak->size; in test_d2i_AutoPrivateKey_ex()
598 int expected_id = ak->evptype; in test_d2i_AutoPrivateKey_ex()
610 if (ak->evptype == EVP_PKEY_RSA) { in test_d2i_AutoPrivateKey_ex()
614 } else if (ak->evptype == EVP_PKEY_X25519) { in test_d2i_AutoPrivateKey_ex()
629 if (ak->evptype == EVP_PKEY_DH) { in test_d2i_AutoPrivateKey_ex()
H A Devp_extra_test.c2051 const APK_DATA *ak = &keydata[i]; in test_d2i_AutoPrivateKey() local
2052 const unsigned char *input = ak->kder; in test_d2i_AutoPrivateKey()
2053 size_t input_len = ak->size; in test_d2i_AutoPrivateKey()
2054 int expected_id = ak->evptype; in test_d2i_AutoPrivateKey()
2726 const APK_DATA *ak = &keycheckdata[i]; in test_EVP_PKEY_check() local
2727 const unsigned char *input = ak->kder; in test_EVP_PKEY_check()
2728 size_t input_len = ak->size; in test_EVP_PKEY_check()
2729 int expected_id = ak->evptype; in test_EVP_PKEY_check()
2730 int expected_check = ak->check; in test_EVP_PKEY_check()
2731 int expected_pub_check = ak->pub_check; in test_EVP_PKEY_check()
[all …]
/openssl/
H A DConfigure2142 my $ak = $a;
2146 $ak = $2;
2151 $$ref->{$g}->{$ak} = $av;
2153 delete $$ref->{$g}->{$ak};

Completed in 29 milliseconds