Searched refs:aead_setkey (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamalg.c | 585 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() function 660 aead_setkey(aead, key, keylen); in des3_aead_setkey() 2146 .setkey = aead_setkey, 2170 .setkey = aead_setkey, 2194 .setkey = aead_setkey, 2218 .setkey = aead_setkey, 2242 .setkey = aead_setkey, 2266 .setkey = aead_setkey, 2289 .setkey = aead_setkey, 2314 .setkey = aead_setkey, [all …]
|
H A 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 …]
|
H A 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() 1867 .setkey = aead_setkey, 1889 .setkey = aead_setkey, 1911 .setkey = aead_setkey, 1933 .setkey = aead_setkey, 1955 .setkey = aead_setkey, 1977 .setkey = aead_setkey, 1999 .setkey = aead_setkey, 2022 .setkey = aead_setkey, [all …]
|
/openbmc/linux/crypto/ |
H A 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,
|
/openbmc/linux/drivers/crypto/intel/ixp4xx/ |
H A 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()
|
/openbmc/linux/drivers/crypto/ |
H A D | talitos.c | 889 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() function 3213 aead_setkey; in talitos_alg_alloc()
|