Searched refs:EVP_aes_128_cfb (Results 1 – 4 of 4) sorted by relevance
75 const EVP_CIPHER *EVP_aes_128_cfb(void) { return &aes_128_cfb128; } in EVP_aes_128_cfb() function
436 OPENSSL_EXPORT const EVP_CIPHER *EVP_aes_128_cfb(void);
971 cipher_alg = EVP_aes_128_cfb(); in iesys_cryptossl_sym_aes_encrypt()1062 cipher_alg = EVP_aes_128_cfb(); in iesys_cryptossl_sym_aes_decrypt()
377 type = EVP_aes_128_cfb(); in encrypt_decrypt_cfb()