Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/bcm/
Dspu.c670 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_create_request()
769 if (cipher_parms->iv_buf && cipher_parms->iv_len) { in spum_create_request()
774 memcpy(ptr, cipher_parms->iv_buf, cipher_parms->iv_len); in spum_create_request()
979 memset(cipher_parms->iv_buf, 0, cipher_parms->iv_len); in spum_cipher_req_finish()
982 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spum_cipher_req_finish()
1005 if (cipher_parms->alg && cipher_parms->iv_buf && cipher_parms->iv_len) in spum_cipher_req_finish()
1007 memcpy(bdesc_ptr - cipher_parms->iv_len, cipher_parms->iv_buf, in spum_cipher_req_finish()
1220 L = ((cipher_parms->iv_buf[0] & CCM_B0_L_PRIME) >> in spum_ccm_update_iv()
1227 cipher_parms->iv_buf[0] = (adata << CCM_B0_ADATA_SHIFT) | in spum_ccm_update_iv()
1238 format_value_ccm(chunksize, &cipher_parms->iv_buf[15 - L + 1], L); in spum_ccm_update_iv()
Dspu2.c1014 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_create_request()
1110 memcpy(ptr, cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_create_request()
1216 flow_dump(" iv: ", cipher_parms->iv_buf, cipher_parms->iv_len); in spu2_cipher_req_finish()
1233 if (cipher_parms->alg && cipher_parms->iv_buf && cipher_parms->iv_len) { in spu2_cipher_req_finish()
1235 memcpy(omd + cipher_parms->key_len, cipher_parms->iv_buf, in spu2_cipher_req_finish()
1384 L = ((cipher_parms->iv_buf[0] & CCM_B0_L_PRIME) >> in spu2_ccm_update_iv()
1389 memmove(cipher_parms->iv_buf, &cipher_parms->iv_buf[1], in spu2_ccm_update_iv()
Dspu.h133 u8 *iv_buf; member
Dcipher.c345 cipher_parms.iv_buf = local_iv_ctr; in handle_ablkcipher_req()
1354 cipher_parms.iv_buf = rctx->msg_buf.iv_ctr; in handle_aead_req()
1963 cipher_parms.iv_buf = NULL; in ablkcipher_setkey()