Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Dcipher.c20 static int setkey_unaligned(struct crypto_cipher *tfm, const u8 *key, in setkey_unaligned() function
53 return setkey_unaligned(tfm, key, keylen); in crypto_cipher_setkey()
A 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()

Completed in 4 milliseconds