Searched defs:crypto_skcipher (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-4.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;
|
| /kernel/linux/linux-5.10/include/crypto/ |
| D | skcipher.h | 37 struct crypto_skcipher { struct 44 struct crypto_skcipher base; argument
|
| D | ctr.h | 21 void (*fn)(struct crypto_skcipher *, in crypto_ctr_encrypt_walk()
|