Home
last modified time | relevance | path

Searched refs:iv_buf (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/crypto/bcm/
Dspu.c650 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_create_request()
749 if (cipher_parms->iv_buf && cipher_parms->iv_len) { in spum_create_request()
754 memcpy(ptr, cipher_parms->iv_buf, cipher_parms->iv_len); in spum_create_request()
949 memset(cipher_parms->iv_buf, 0, cipher_parms->iv_len); in spum_cipher_req_finish()
952 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_cipher_req_finish()
968 if (cipher_parms->alg && cipher_parms->iv_buf && cipher_parms->iv_len) in spum_cipher_req_finish()
970 memcpy(bdesc_ptr - cipher_parms->iv_len, cipher_parms->iv_buf, in spum_cipher_req_finish()
1183 L = ((cipher_parms->iv_buf[0] & CCM_B0_L_PRIME) >> in spum_ccm_update_iv()
1190 cipher_parms->iv_buf[0] = (adata << CCM_B0_ADATA_SHIFT) | in spum_ccm_update_iv()
1201 format_value_ccm(chunksize, &cipher_parms->iv_buf[15 - L + 1], L); in spum_ccm_update_iv()
Dspu2.c1006 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_create_request()
1102 memcpy(ptr, cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_create_request()
1198 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_cipher_req_finish()
1215 if (cipher_parms->alg && cipher_parms->iv_buf && cipher_parms->iv_len) { in spu2_cipher_req_finish()
1217 memcpy(omd + cipher_parms->key_len, cipher_parms->iv_buf, in spu2_cipher_req_finish()
1366 L = ((cipher_parms->iv_buf[0] & CCM_B0_L_PRIME) >> in spu2_ccm_update_iv()
1371 memmove(cipher_parms->iv_buf, &cipher_parms->iv_buf[1], in spu2_ccm_update_iv()
Dspu.h123 u8 *iv_buf; member
Dcipher.c329 cipher_parms.iv_buf = local_iv_ctr; in handle_skcipher_req()
1305 cipher_parms.iv_buf = rctx->msg_buf.iv_ctr; in handle_aead_req()
1864 cipher_parms.iv_buf = NULL; in skcipher_setkey()