Searched refs:auth_key_len (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.h | 176 u32 auth_key_len; member
|
| H A 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/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.h | 172 u32 auth_key_len; member
|
| /linux/drivers/crypto/bcm/ |
| H A D | spu2.h | 179 u16 spu2_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
|
| H A D | spu.h | 228 u16 spum_response_hdr_len(u16 auth_key_len, u16 enc_key_len, bool is_hash);
|
| H A D | cipher.h | 362 u16 (*spu_response_hdr_len)(u16 auth_key_len, u16 enc_key_len,
|