Home
last modified time | relevance | path

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

/openbsd/regress/lib/libcrypto/idea/
H A Dideatest.c89 static unsigned char cfb_cipher64[CFB_TEST_SIZE]={ variable
155 if (cfb64_test(cfb_cipher64)) in main()
/openbsd/regress/lib/libcrypto/des/
H A Ddestest.c289 static unsigned char cfb_cipher64[24]={ variable
574 err+=cfb_test(64,cfb_cipher64); in main()
577 err+=cfb64_test(cfb_cipher64); in main()
600 err+=ede_cfb64_test(cfb_cipher64); in main()