Searched refs:cipher_parms (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/crypto/bcm/ |
H A D | spu2.c | 946 struct spu_cipher_parms *cipher_parms, in spu2_create_request() argument 983 (cipher_parms->alg == CIPHER_ALG_AES) && in spu2_create_request() 984 (cipher_parms->mode == CIPHER_MODE_GCM)) in spu2_create_request() 993 (cipher_parms->alg == CIPHER_ALG_AES) && in spu2_create_request() 994 (cipher_parms->mode == CIPHER_MODE_CCM)) in spu2_create_request() 1000 flow_log(" cipher alg:%u mode:%u type %u\n", cipher_parms->alg, in spu2_create_request() 1001 cipher_parms->mode, cipher_parms->type); in spu2_create_request() 1003 flow_log(" key: %d\n", cipher_parms->key_len); in spu2_create_request() 1004 flow_dump(" key: ", cipher_parms->key_buf, cipher_parms->key_len); in spu2_create_request() 1005 flow_log(" iv: %d\n", cipher_parms->iv_len); in spu2_create_request() [all …]
|
H A D | spu2.h | 194 struct spu_cipher_parms *cipher_parms, 198 u16 spu2_cipher_req_init(u8 *spu_hdr, struct spu_cipher_parms *cipher_parms); 202 struct spu_cipher_parms *cipher_parms, 212 struct spu_cipher_parms *cipher_parms,
|
H A D | spu.h | 244 struct spu_cipher_parms *cipher_parms, 249 u16 spum_cipher_req_init(u8 *spu_hdr, struct spu_cipher_parms *cipher_parms); 254 struct spu_cipher_parms *cipher_parms, 270 struct spu_cipher_parms *cipher_parms,
|
H A D | cipher.h | 379 struct spu_cipher_parms *cipher_parms, 384 struct spu_cipher_parms *cipher_parms); 388 struct spu_cipher_parms *cipher_parms, 399 struct spu_cipher_parms *cipher_parms,
|