Searched refs:aead_setkey (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/crypto/caam/ |
D | caamalg.c | 584 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function 659 aead_setkey(aead, key, keylen); in des3_aead_setkey() 2145 .setkey = aead_setkey, 2169 .setkey = aead_setkey, 2193 .setkey = aead_setkey, 2217 .setkey = aead_setkey, 2241 .setkey = aead_setkey, 2265 .setkey = aead_setkey, 2288 .setkey = aead_setkey, 2313 .setkey = aead_setkey, [all …]
|
D | caamalg_qi.c | 200 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function 299 aead_setkey(aead, key, keylen); in des3_aead_setkey() 1658 .setkey = aead_setkey, 1680 .setkey = aead_setkey, 1702 .setkey = aead_setkey, 1724 .setkey = aead_setkey, 1746 .setkey = aead_setkey, 1768 .setkey = aead_setkey, 1790 .setkey = aead_setkey, 1813 .setkey = aead_setkey, [all …]
|
D | caamalg_qi2.c | 289 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function 344 aead_setkey(aead, key, keylen); in des3_aead_setkey() 1866 .setkey = aead_setkey, 1888 .setkey = aead_setkey, 1910 .setkey = aead_setkey, 1932 .setkey = aead_setkey, 1954 .setkey = aead_setkey, 1976 .setkey = aead_setkey, 1998 .setkey = aead_setkey, 2021 .setkey = aead_setkey, [all …]
|
/Linux-v6.6/crypto/ |
D | algif_aead.c | 500 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function 568 .setkey = aead_setkey,
|
/Linux-v6.6/drivers/crypto/intel/ixp4xx/ |
D | ixp4xx_crypto.c | 1244 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function 1545 cra->setkey = cra->setkey ?: aead_setkey; in ixp_crypto_probe()
|
/Linux-v6.6/drivers/crypto/ |
D | talitos.c | 889 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function 3213 aead_setkey; in talitos_alg_alloc()
|