Home
last modified time | relevance | path

Searched refs:crypto_authenc_extractkeys (Results 1 – 3 of 3) sorted by relevance

/crypto/
Dauthenc.c46 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, in crypto_authenc_extractkeys() function
82 EXPORT_SYMBOL_GPL(crypto_authenc_extractkeys);
93 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_setkey()
Dauthencesn.c67 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_esn_setkey()
Dessiv.c120 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) { in essiv_aead_setkey()