Searched defs:sg (Results 1 – 11 of 11) sorted by relevance
/crypto/ |
D | scatterwalk.c | 33 void scatterwalk_start(struct scatter_walk *walk, struct scatterlist *sg) in scatterwalk_start() 104 void scatterwalk_map_and_copy(void *buf, struct scatterlist *sg, in scatterwalk_map_and_copy() 129 int scatterwalk_bytes_sglen(struct scatterlist *sg, int num_bytes) in scatterwalk_bytes_sglen()
|
D | tcrypt.c | 76 struct scatterlist *sg, int blen, int secs) in test_cipher_jiffies() 99 struct scatterlist *sg, int blen) in test_cipher_cycles() 247 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() 278 struct scatterlist *sg; in test_aead_speed() local 449 struct scatterlist sg[TVMEMSIZE]; in test_cipher_speed() local 515 struct scatterlist *sg, int blen, in test_hash_jiffies_digest() 535 static int test_hash_jiffies(struct hash_desc *desc, struct scatterlist *sg, in test_hash_jiffies() 568 struct scatterlist *sg, int blen, char *out) in test_hash_cycles_digest() 610 static int test_hash_cycles(struct hash_desc *desc, struct scatterlist *sg, in test_hash_cycles() 672 static void test_hash_sg_init(struct scatterlist *sg) in test_hash_sg_init() [all …]
|
D | algif_skcipher.c | 31 struct scatterlist sg[0]; member 79 struct scatterlist *sg = NULL; in skcipher_alloc_sgl() local 111 struct scatterlist *sg; in skcipher_pull_sgl() local 297 struct scatterlist *sg; in skcipher_sendmsg() local 437 struct scatterlist *sg; in skcipher_recvmsg() local
|
D | ahash.c | 69 struct scatterlist *sg; in hash_walk_new_entry() local 172 struct scatterlist *sg, unsigned int len) in crypto_hash_walk_first_compat()
|
D | shash.c | 279 struct scatterlist *sg; in shash_ahash_digest() local 393 static int shash_compat_update(struct hash_desc *hdesc, struct scatterlist *sg, in shash_compat_update() 415 static int shash_compat_digest(struct hash_desc *hdesc, struct scatterlist *sg, in shash_compat_digest()
|
D | testmgr.c | 198 struct scatterlist sg[8]; in __test_hash() local 429 struct scatterlist *sg; in __test_aead() local 918 struct scatterlist sg[8]; in __test_skcipher() local
|
D | twofish_common.c | 593 u8 sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0; in __twofish_setkey() local
|
D | authenc.c | 41 struct scatterlist *sg; member
|
D | authencesn.c | 43 struct scatterlist *sg; member
|
D | ccm.c | 205 struct scatterlist *sg, unsigned int len) in get_data_to_compute()
|
D | gcm.c | 116 struct scatterlist sg[1]; in crypto_gcm_setkey() member
|