Home
last modified time | relevance | path

Searched refs:crypto_lskcipher_setkey (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/crypto/
Dbpf_crypto_skcipher.c25 return crypto_lskcipher_setkey(tfm, key, keylen); in bpf_crypto_lskcipher_setkey()
Dlskcipher.c53 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm, const u8 *key, in crypto_lskcipher_setkey() function
67 EXPORT_SYMBOL_GPL(crypto_lskcipher_setkey);
433 return crypto_lskcipher_setkey(cipher, key, keylen); in lskcipher_setkey_simple()
Dskcipher.c611 err = crypto_lskcipher_setkey(*ctx, key, keylen); in crypto_skcipher_setkey()
/linux-6.12.1/include/crypto/
Dskcipher.h632 int crypto_lskcipher_setkey(struct crypto_lskcipher *tfm,