Lines Matching refs:find_cipher
689 int find_cipher(char *name)
712 cipher_descriptor[find_cipher("blowfish")].
975 find_cipher("twofish"), /* index of desired cipher */
1263 find_cipher("rijndael"), /* cipher id */
1505 ccm_memory(find_cipher("aes"),
1522 ccm_memory(find_cipher("aes"),
1724 gcm_init(&gcm, find_cipher("aes"), key, 16)) != CRYPT_OK) {
2056 if ((err = chc_register(find_cipher("aes"))) != CRYPT_OK) {
2306 idx = find_cipher("rijndael");