Lines Matching refs:key_length
326 size_t key_length; member
1199 ctx->key_length); in artpec6_crypto_ctr_crypt()
1255 ctx->key_length = len; in artpec6_crypto_aead_set_key()
1611 ctx->key_length = keylen; in artpec6_crypto_cipher_set_key()
1637 ctx->key_length = keylen; in artpec6_crypto_xts_set_key()
1691 ctx->key_length, true, false); in artpec6_crypto_prepare_crypto()
1698 cipher_klen = ctx->key_length/2; in artpec6_crypto_prepare_crypto()
1700 cipher_klen = ctx->key_length; in artpec6_crypto_prepare_crypto()
1715 MODULE_NAME, ctx->key_length); in artpec6_crypto_prepare_crypto()
1855 ctx->key_length, true, false); in artpec6_crypto_prepare_aead()
1861 switch (ctx->key_length) { in artpec6_crypto_prepare_aead()