Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dendecode_test.c873 #define KEYS(KEYTYPE) \ argument
874 static EVP_PKEY *key_##KEYTYPE = NULL
875 #define MAKE_KEYS(KEYTYPE, KEYTYPEstr, params) \ argument
877 && TEST_ptr(key_##KEYTYPE = make_key(KEYTYPEstr, NULL, params))
878 #define FREE_KEYS(KEYTYPE) \ argument
879 EVP_PKEY_free(key_##KEYTYPE); \
881 #define DOMAIN_KEYS(KEYTYPE) \ argument
882 static EVP_PKEY *template_##KEYTYPE = NULL; \
883 static EVP_PKEY *key_##KEYTYPE = NULL
884 #define MAKE_DOMAIN_KEYS(KEYTYPE, KEYTYPEstr, params) \ argument
[all …]
/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dauthkeys.c60 static const int KEYTYPE = KEY_TYPE_MD5; variable
70 MD5auth_setkey(keyno, KEYTYPE, NULL, 0, NULL); in AddTrustedKey()
130 TEST_ASSERT_TRUE(authusekey(KEYNO, KEYTYPE, (const u_char*)KEY)); in test_AddWithAuthUseKey()
139 TEST_ASSERT_FALSE(authusekey(KEYNO, KEYTYPE, (const u_char*)KEY)); in test_EmptyKey()