Searched refs:crypto_cipher (Results 1 – 3 of 3) sorted by relevance
17 struct crypto_cipher { struct43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument47 struct crypto_cipher *ctx; in crypto_cipher_init()103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()230 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
55 struct crypto_cipher *write_cbc;56 struct crypto_cipher *read_cbc;
178 struct crypto_cipher *cipher; in ikev2_encr_encrypt()213 struct crypto_cipher *cipher; in ikev2_encr_decrypt()