Lines Matching refs:key_length
330 size_t key_length; member
1203 ctx->key_length); in artpec6_crypto_ctr_crypt()
1261 ctx->key_length = len; in artpec6_crypto_aead_set_key()
1631 ctx->key_length = keylen; in artpec6_crypto_cipher_set_key()
1659 ctx->key_length = keylen; in artpec6_crypto_xts_set_key()
1713 ctx->key_length, true, false); in artpec6_crypto_prepare_crypto()
1720 cipher_klen = ctx->key_length/2; in artpec6_crypto_prepare_crypto()
1722 cipher_klen = ctx->key_length; in artpec6_crypto_prepare_crypto()
1737 MODULE_NAME, ctx->key_length); in artpec6_crypto_prepare_crypto()
1877 ctx->key_length, true, false); in artpec6_crypto_prepare_aead()
1883 switch (ctx->key_length) { in artpec6_crypto_prepare_aead()