Home
last modified time | relevance | path

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

/crypto/
Daes_generic.c1212 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key, in crypto_aes_expand_key() function
1264 EXPORT_SYMBOL_GPL(crypto_aes_expand_key);
1284 ret = crypto_aes_expand_key(ctx, in_key, key_len); in crypto_aes_set_key()