Lines Matching refs:key_length
327 size_t key_length; member
1200 ctx->key_length); in artpec6_crypto_ctr_crypt()
1256 ctx->key_length = len; in artpec6_crypto_aead_set_key()
1612 ctx->key_length = keylen; in artpec6_crypto_cipher_set_key()
1638 ctx->key_length = keylen; in artpec6_crypto_xts_set_key()
1692 ctx->key_length, true, false); in artpec6_crypto_prepare_crypto()
1699 cipher_klen = ctx->key_length/2; in artpec6_crypto_prepare_crypto()
1701 cipher_klen = ctx->key_length; in artpec6_crypto_prepare_crypto()
1716 MODULE_NAME, ctx->key_length); in artpec6_crypto_prepare_crypto()
1856 ctx->key_length, true, false); in artpec6_crypto_prepare_aead()
1862 switch (ctx->key_length) { in artpec6_crypto_prepare_aead()