Searched refs:cipher_parms (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/crypto/bcm/ |
| 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,
|
| H A D | cipher.c | 305 struct spu_cipher_parms cipher_parms; in handle_skcipher_req() local 323 cipher_parms.alg = ctx->cipher.alg; in handle_skcipher_req() 324 cipher_parms.mode = ctx->cipher.mode; in handle_skcipher_req() 325 cipher_parms.type = ctx->cipher_type; in handle_skcipher_req() 326 cipher_parms.key_len = ctx->enckeylen; in handle_skcipher_req() 327 cipher_parms.key_buf = ctx->enckey; in handle_skcipher_req() 328 cipher_parms.iv_buf = local_iv_ctr; in handle_skcipher_req() 329 cipher_parms.iv_len = rctx->iv_ctr_len; in handle_skcipher_req() 402 &cipher_parms, chunksize); in handle_skcipher_req() 676 struct spu_cipher_parms cipher_parms; in handle_ahash_req() local [all …]
|