Searched refs:cfb_key (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | ideatest.c | 37 static const unsigned char cfb_key[16] = { variable 96 IDEA_set_encrypt_key(cfb_key, &eks); in test_idea_cfb64()
|
H A D | destest.c | 242 static unsigned char cfb_key[8] = variable 511 DES_set_key_checked(&cfb_key, &ks); in cfb_test() 552 DES_set_key_checked(&cfb_key, &ks); in test_des_cfb64() 587 DES_set_key_checked(&cfb_key, &ks); in test_des_ede_cfb64()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | ideatest.c | 30 static const unsigned char cfb_key[16] = { variable 89 IDEA_set_encrypt_key(cfb_key, &eks); in test_idea_cfb64()
|
H A D | destest.c | 235 static unsigned char cfb_key[8] = variable 504 DES_set_key_checked(&cfb_key, &ks); in cfb_test() 545 DES_set_key_checked(&cfb_key, &ks); in test_des_cfb64() 580 DES_set_key_checked(&cfb_key, &ks); in test_des_ede_cfb64()
|
/netbsd-src/tests/lib/libdes/ |
H A D | t_des.c | 284 static unsigned char cfb_key[8] = { variable 389 des_set_key_checked(&cfb_key, ks); in cfb_test() 410 des_set_key_checked(&cfb_key, ks); in cfb64_test() 435 des_set_key_checked(&cfb_key, ks); in ede_cfb64_test() 738 des_set_key_checked(&cfb_key, ks); in ATF_TC_BODY()
|