Home
last modified time | relevance | path

Searched refs:setkey_unaligned (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/crypto/
Dcipher.c19 static int setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, in setkey_unaligned() function
52 return setkey_unaligned(tfm, key, keylen); in crypto_cipher_setkey()
Daead.c22 static int setkey_unaligned(struct crypto_aead *tfm, const u8 *key, in setkey_unaligned() function
50 err = setkey_unaligned(tfm, key, keylen); in crypto_aead_setkey()