Searched defs:ctfm (Results 1 – 1 of 1) sorted by relevance
/linux-5.10/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 371 static int safexcel_skcipher_aes_setkey(struct crypto_skcipher *ctfm, in safexcel_skcipher_aes_setkey() 402 static int safexcel_aead_setkey(struct crypto_aead *ctfm, const u8 *key, in safexcel_aead_setkey() 1411 static int safexcel_skcipher_aesctr_setkey(struct crypto_skcipher *ctfm, in safexcel_skcipher_aesctr_setkey() 1486 static int safexcel_des_setkey(struct crypto_skcipher *ctfm, const u8 *key, in safexcel_des_setkey() 1585 static int safexcel_des3_ede_setkey(struct crypto_skcipher *ctfm, in safexcel_des3_ede_setkey() 2446 static int safexcel_skcipher_aesxts_setkey(struct crypto_skcipher *ctfm, in safexcel_skcipher_aesxts_setkey() 2560 static int safexcel_aead_gcm_setkey(struct crypto_aead *ctfm, const u8 *key, in safexcel_aead_gcm_setkey() 2673 static int safexcel_aead_ccm_setkey(struct crypto_aead *ctfm, const u8 *key, in safexcel_aead_ccm_setkey() 2810 static int safexcel_skcipher_chacha20_setkey(struct crypto_skcipher *ctfm, in safexcel_skcipher_chacha20_setkey() 2861 static int safexcel_aead_chachapoly_setkey(struct crypto_aead *ctfm, in safexcel_aead_chachapoly_setkey() [all …]
|