Searched refs:ret_iv_len (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/crypto/bcm/
H A Dspu2.c372 u8 ret_iv_len; local
410 ret_iv_len = (ctrl1 & SPU2_RET_IV_LEN) >> SPU2_RET_IV_LEN_SHIFT;
412 ret_iv_len ? ret_iv_len : 16);
651 * @ret_iv_len: Length of IV returned from SPU, in bytes
665 u64 ret_iv_len, u64 ret_iv_offset,
695 ctrl1 |= ret_iv_len << SPU2_RET_IV_LEN_SHIFT;
1077 aead_parms->return_iv, aead_parms->ret_iv_len,
661 spu2_fmd_ctrl1_write(struct SPU2_FMD *fmd, bool is_inbound, u64 assoc_size, u64 auth_key_len, u64 cipher_key_len, bool gen_iv, bool hash_iv, bool return_iv, u64 ret_iv_len, u64 ret_iv_offset, u64 cipher_iv_len, u64 digest_size, bool return_payload, bool return_md) argument
H A Dspu.h145 u32 ret_iv_len; /* Length in bytes of returned IV */ member in struct:spu_aead_parms
H A Dcipher.c1026 * @ret_iv_len: Length of IV returned in response
1046 u32 ret_iv_len, unsigned int resp_len,
1065 assoc_len, ret_iv_len,
1330 aead_parms.ret_iv_len = GCM_RFC4106_IV_SIZE;
1334 aead_parms.ret_iv_len = 0;
1355 aead_parms.ret_iv_len,
1496 aead_parms.ret_iv_len, resp_len, digestsize,
1041 spu_aead_rx_sg_create(struct brcm_message *mssg, struct aead_request *req, struct iproc_reqctx_s *rctx, u8 rx_frag_num, unsigned int assoc_len, u32 ret_iv_len, unsigned int resp_len, unsigned int digestsize, u32 stat_pad_len) argument

Completed in 126 milliseconds