Searched refs:test_key (Results 1 – 2 of 2) sorted by relevance
358 static const unsigned char test_key[16] = "chicken teriyaki"; variable525 AES_set_encrypt_key(test_key, 128, &encks); in main()526 AES_set_decrypt_key(test_key, 128, &decks); in main()
817 const char *test_key = "8b \xd0\xc1\xd2\xcf\xcc\xd8"; in _crypt_blowfish_rn() local847 p = BF_crypt(test_key, buf.s, buf.o, sizeof(buf.o) - (1 + 1), 1); in _crypt_blowfish_rn()