Searched refs:aead_setkey (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/drivers/crypto/caam/ |
D | caamalg.c | 575 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function 650 aead_setkey(aead, key, keylen); in des3_aead_setkey() 2083 .setkey = aead_setkey, 2104 .setkey = aead_setkey, 2125 .setkey = aead_setkey, 2146 .setkey = aead_setkey, 2167 .setkey = aead_setkey, 2188 .setkey = aead_setkey, 2208 .setkey = aead_setkey, 2230 .setkey = aead_setkey, [all …]
|
D | caamalg_qi.c | 195 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function 294 aead_setkey(aead, key, keylen); in des3_aead_setkey() 1642 .setkey = aead_setkey, 1664 .setkey = aead_setkey, 1686 .setkey = aead_setkey, 1708 .setkey = aead_setkey, 1730 .setkey = aead_setkey, 1752 .setkey = aead_setkey, 1774 .setkey = aead_setkey, 1797 .setkey = aead_setkey, [all …]
|
D | caamalg_qi2.c | 287 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function 342 aead_setkey(aead, key, keylen); in des3_aead_setkey() 1862 .setkey = aead_setkey, 1884 .setkey = aead_setkey, 1906 .setkey = aead_setkey, 1928 .setkey = aead_setkey, 1950 .setkey = aead_setkey, 1972 .setkey = aead_setkey, 1994 .setkey = aead_setkey, 2017 .setkey = aead_setkey, [all …]
|
/Linux-v5.15/crypto/ |
D | algif_aead.c | 512 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function 580 .setkey = aead_setkey,
|
/Linux-v5.15/drivers/crypto/ |
D | ixp4xx_crypto.c | 1242 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function 1543 cra->setkey = cra->setkey ?: aead_setkey; in ixp_crypto_probe()
|
D | talitos.c | 889 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function 3213 aead_setkey; in talitos_alg_alloc()
|