Searched refs:aead_setkey (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/crypto/caam/ |
| D | caamalg.c | 562 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function 638 aead_setkey(aead, key, keylen); in des3_aead_setkey() 2147 .setkey = aead_setkey, 2168 .setkey = aead_setkey, 2189 .setkey = aead_setkey, 2210 .setkey = aead_setkey, 2231 .setkey = aead_setkey, 2252 .setkey = aead_setkey, 2272 .setkey = aead_setkey, 2294 .setkey = aead_setkey, [all …]
|
| D | caamalg_qi.c | 187 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function 287 aead_setkey(aead, key, keylen); in des3_aead_setkey() 1613 .setkey = aead_setkey, 1635 .setkey = aead_setkey, 1657 .setkey = aead_setkey, 1679 .setkey = aead_setkey, 1701 .setkey = aead_setkey, 1723 .setkey = aead_setkey, 1745 .setkey = aead_setkey, 1768 .setkey = aead_setkey, [all …]
|
| D | caamalg_qi2.c | 280 static int aead_setkey(struct crypto_aead *aead, const u8 *key, in aead_setkey() function 336 aead_setkey(aead, key, keylen); in des3_aead_setkey() 1791 .setkey = aead_setkey, 1813 .setkey = aead_setkey, 1835 .setkey = aead_setkey, 1857 .setkey = aead_setkey, 1879 .setkey = aead_setkey, 1901 .setkey = aead_setkey, 1923 .setkey = aead_setkey, 1946 .setkey = aead_setkey, [all …]
|
| /Linux-v5.4/crypto/ |
| D | algif_aead.c | 518 static int aead_setkey(void *private, const u8 *key, unsigned int keylen) in aead_setkey() function 592 .setkey = aead_setkey,
|
| /Linux-v5.4/drivers/crypto/ |
| D | ixp4xx_crypto.c | 1143 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey() function 1474 cra->setkey = cra->setkey ?: aead_setkey; in ixp_module_init()
|
| D | talitos.c | 888 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function 3174 aead_setkey; in talitos_alg_alloc()
|