Home
last modified time | relevance | path

Searched refs:auth_key_len (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/crypto/bcm/ !
Dspu2.c663 u64 auth_key_len, u64 cipher_key_len, in spu2_fmd_ctrl1_write() argument
679 if (auth_key_len) in spu2_fmd_ctrl1_write()
680 ctrl1 |= ((auth_key_len << SPU2_HASH_KEY_LEN_SHIFT) & in spu2_fmd_ctrl1_write()
733 u64 auth_key_len, u64 auth_iv_len, in spu2_fmd_ctrl2_write() argument
827 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spu2_response_hdr_len() argument
Dspu2.h179 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
Dspu.h228 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
Dcipher.h365 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len,
Dspu.c404 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spum_response_hdr_len() argument
/linux-5.19.10/drivers/crypto/marvell/octeontx2/ !
Dotx2_cptvf_algs.h167 u32 auth_key_len; member
Dotx2_cptvf_algs.c801 int authkeylen = ctx->auth_key_len; in aead_hmac_init()
938 ctx->auth_key_len = authkeylen; in otx2_cpt_aead_cbc_aes_sha_setkey()
973 ctx->auth_key_len = keylen; in otx2_cpt_aead_ecb_null_sha_setkey()
1032 memcpy(fctx->enc.encr_key, ctx->key + ctx->auth_key_len, in create_aead_ctx_hdr()
1118 req_info->req.param1 = ctx->auth_key_len; in create_hmac_ctx_hdr()
1123 req_info->in[*argcnt].size = round_up(ctx->auth_key_len, 8); in create_hmac_ctx_hdr()
1124 req_info->req.dlen += round_up(ctx->auth_key_len, 8); in create_hmac_ctx_hdr()
/linux-5.19.10/drivers/crypto/marvell/octeontx/ !
Dotx_cptvf_algs.h176 u32 auth_key_len; member
Dotx_cptvf_algs.c746 int authkeylen = ctx->auth_key_len; in aead_hmac_init()
884 ctx->auth_key_len = authkeylen; in otx_cpt_aead_cbc_aes_sha_setkey()
925 ctx->auth_key_len = keylen; in otx_cpt_aead_ecb_null_sha_setkey()
982 memcpy(fctx->enc.encr_key, ctx->key + ctx->auth_key_len, in create_aead_ctx_hdr()
1065 req_info->req.param1 = ctx->auth_key_len; in create_hmac_ctx_hdr()
1070 req_info->in[*argcnt].size = round_up(ctx->auth_key_len, 8); in create_hmac_ctx_hdr()
1071 req_info->req.dlen += round_up(ctx->auth_key_len, 8); in create_hmac_ctx_hdr()
/linux-5.19.10/include/uapi/linux/ !
Dvirtio_crypto.h157 __le32 auth_key_len; member
/linux-5.19.10/drivers/crypto/ !
Dn2_core.c522 unsigned long auth_key, unsigned int auth_key_len) in n2_do_async_digest() argument
563 ent->control = control_word_base(nbytes, auth_key_len, 0, in n2_do_async_digest()