Searched refs:crypto_cipher_init (Results 1 – 3 of 3) sorted by relevance
87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_write_cipher()121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_read_cipher()
193 cipher = crypto_cipher_init(encr_alg, iv, key, key_len); in ikev2_encr_encrypt()228 cipher = crypto_cipher_init(encr_alg, iv, key, key_len); in ikev2_encr_decrypt()
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function