Searched refs:crypto_cipher_decrypt (Results 1 – 3 of 3) sorted by relevance
166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
357 if (crypto_cipher_decrypt(rl->read_cbc, in_data, in tlsv1_record_receive()
234 if (crypto_cipher_decrypt(cipher, crypt, plain, len) < 0) { in ikev2_encr_decrypt()