Lines Matching refs:key_length
326 size_t key_length; member
1199 ctx->key_length); in artpec6_crypto_ctr_crypt()
1257 ctx->key_length = len; in artpec6_crypto_aead_set_key()
1615 ctx->key_length = keylen; in artpec6_crypto_cipher_set_key()
1643 ctx->key_length = keylen; in artpec6_crypto_xts_set_key()
1697 ctx->key_length, true, false); in artpec6_crypto_prepare_crypto()
1704 cipher_klen = ctx->key_length/2; in artpec6_crypto_prepare_crypto()
1706 cipher_klen = ctx->key_length; in artpec6_crypto_prepare_crypto()
1721 MODULE_NAME, ctx->key_length); in artpec6_crypto_prepare_crypto()
1861 ctx->key_length, true, false); in artpec6_crypto_prepare_aead()
1867 switch (ctx->key_length) { in artpec6_crypto_prepare_aead()