Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A 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
H A Dspu2.h179 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
H A Dspu.h228 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
H A Dcipher.h362 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len,
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.h176 u32 auth_key_len; member
H A Dotx_cptvf_algs.c770 ctx->auth_key_len = authkeylen; in aead_hmac_init()
902 memcpy(fctx->enc.encr_key, ctx->key + ctx->auth_key_len, in create_aead_ctx_hdr()
985 req_info->req.param1 = ctx->auth_key_len; in create_hmac_ctx_hdr()
990 req_info->in[*argcnt].size = round_up(ctx->auth_key_len, 8); in create_hmac_ctx_hdr()
991 req_info->req.dlen += round_up(ctx->auth_key_len, 8); in create_hmac_ctx_hdr()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.h172 u32 auth_key_len; member
H A Dotx2_cptvf_algs.c859 ctx->auth_key_len = authkeylen; in aead_hmac_init()
987 memcpy(fctx->enc.encr_key, ctx->key + ctx->auth_key_len, in create_aead_ctx_hdr()
1073 req_info->req.param1 = ctx->auth_key_len; in create_hmac_ctx_hdr()
1078 req_info->in[*argcnt].size = round_up(ctx->auth_key_len, 8); in create_hmac_ctx_hdr()
1079 req_info->req.dlen += round_up(ctx->auth_key_len, 8); in create_hmac_ctx_hdr()