Searched refs:auth_key_len (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/crypto/bcm/ |
D | spu2.c | 663 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
|
D | spu2.h | 179 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
|
D | spu.h | 228 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
|
D | cipher.h | 362 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len,
|
D | spu.c | 404 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash) in spum_response_hdr_len() argument
|
/linux-6.12.1/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.h | 176 u32 auth_key_len; member
|
D | otx_cptvf_algs.c | 770 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-6.12.1/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_algs.h | 172 u32 auth_key_len; member
|
D | otx2_cptvf_algs.c | 859 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()
|
/linux-6.12.1/include/uapi/linux/ |
D | virtio_crypto.h | 157 __le32 auth_key_len; member
|
/linux-6.12.1/drivers/crypto/ |
D | n2_core.c | 523 unsigned long auth_key, unsigned int auth_key_len) in n2_do_async_digest() argument 564 ent->control = control_word_base(nbytes, auth_key_len, 0, in n2_do_async_digest()
|