Lines Matching refs:keys
476 /* work around to get the right inverse for AES_KEYSIZE_192 size keys */
544 /* Copy the keys or ipad/opad */
1272 * crypto algorithm to be used, data sizes, different keys etc.
1805 struct crypto_authenc_keys keys;
1810 if (crypto_authenc_extractkeys(&keys, key, keylen) != 0)
1814 key_idx = (keys.enckeylen >> 3) - 2;
1836 cfg.akey = keys.authkey;
1837 cfg.akey_len = keys.authkeylen;
1840 if (sa_init_sc(&ctx->enc, ctx->dev_data->match_data, keys.enckey,
1841 keys.enckeylen, keys.authkey, keys.authkeylen,
1854 if (sa_init_sc(&ctx->dec, ctx->dev_data->match_data, keys.enckey,
1855 keys.enckeylen, keys.authkey, keys.authkeylen,