Searched defs:crypto_skcipher (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | cbc.h | 22 void (*fn)(struct crypto_skcipher *, const u8 *, u8 *)) in crypto_cbc_encrypt_segment() 44 void (*fn)(struct crypto_skcipher *, const u8 *, u8 *)) in crypto_cbc_encrypt_inplace() 65 void (*fn)(struct crypto_skcipher *, in crypto_cbc_encrypt_walk() 87 void (*fn)(struct crypto_skcipher *, const u8 *, u8 *)) in crypto_cbc_decrypt_segment() 111 void (*fn)(struct crypto_skcipher *, const u8 *, u8 *)) in crypto_cbc_decrypt_inplace() 138 void (*fn)(struct crypto_skcipher *, const u8 *, u8 *)) in crypto_cbc_decrypt_blocks()
|
D | skcipher.h | 55 struct crypto_skcipher { struct 56 int (*setkey)(struct crypto_skcipher *tfm, const u8 *key, argument 58 int (*encrypt)(struct skcipher_request *req); 59 int (*decrypt)(struct skcipher_request *req); 61 unsigned int ivsize; 62 unsigned int reqsize; 63 unsigned int keysize; 65 struct crypto_tfm base;
|