Home
last modified time | relevance | path

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

/crypto/
Dauthenc.c55 int crypto_authenc_extractkeys(struct crypto_authenc_keys *keys, const u8 *key, in crypto_authenc_extractkeys() function
83 EXPORT_SYMBOL_GPL(crypto_authenc_extractkeys);
94 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_setkey()
Dauthencesn.c68 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0) in crypto_authenc_esn_setkey()