Searched defs:sg (Results 1 – 11 of 11) sorted by relevance
| /crypto/ |
| D | tcrypt.c | 95 struct scatterlist *sg, int blen, int secs) in test_cipher_jiffies() 118 struct scatterlist *sg, int blen) in test_cipher_cycles() 280 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() 313 struct scatterlist *sg; in test_aead_speed() local 496 struct scatterlist sg[TVMEMSIZE]; in test_cipher_speed() local 562 struct scatterlist *sg, int blen, in test_hash_jiffies_digest() 582 static int test_hash_jiffies(struct hash_desc *desc, struct scatterlist *sg, in test_hash_jiffies() 615 struct scatterlist *sg, int blen, char *out) in test_hash_cycles_digest() 657 static int test_hash_cycles(struct hash_desc *desc, struct scatterlist *sg, in test_hash_cycles() 719 static void test_hash_sg_init(struct scatterlist *sg) in test_hash_sg_init() [all …]
|
| D | scatterwalk.c | 33 void scatterwalk_start(struct scatter_walk *walk, struct scatterlist *sg) in scatterwalk_start() 108 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 | algif_skcipher.c | 31 struct scatterlist sg[0]; member 79 struct scatterlist *sg; in skcipher_free_async_sgls() local 130 struct scatterlist *sg = NULL; in skcipher_alloc_sgl() local 162 struct scatterlist *sg; in skcipher_pull_sgl() local 353 struct scatterlist *sg; in skcipher_sendmsg() local 492 struct scatterlist *sg; in skcipher_all_sg_nents() local 517 struct scatterlist *sg; in skcipher_recvmsg_async() local 654 struct scatterlist *sg; in skcipher_recvmsg_sync() local
|
| D | algif_aead.c | 29 struct scatterlist sg[ALG_MAX_PAGES]; member 88 struct scatterlist *sg = sgl->sg; in aead_put_sgl() local 222 struct scatterlist *sg = NULL; in aead_sendmsg() local
|
| D | gcm.c | 73 struct scatterlist sg; member 88 struct scatterlist sg; member 124 struct scatterlist sg[1]; in crypto_gcm_setkey() member 197 struct scatterlist *sg; in crypto_gcm_init_common() local 818 struct scatterlist *sg; in crypto_rfc4106_crypt() local
|
| D | ccm.c | 211 struct scatterlist *sg, unsigned int len) in get_data_to_compute() 313 struct scatterlist *sg; in crypto_ccm_init_crypt() local 712 struct scatterlist *sg; in crypto_rfc4309_crypt() local
|
| D | ahash.c | 70 struct scatterlist *sg; in hash_walk_new_entry() local 174 struct scatterlist *sg, unsigned int len) in crypto_hash_walk_first_compat()
|
| D | shash.c | 291 struct scatterlist *sg; in shash_ahash_digest() local 405 static int shash_compat_update(struct hash_desc *hdesc, struct scatterlist *sg, in shash_compat_update() 427 static int shash_compat_digest(struct hash_desc *hdesc, struct scatterlist *sg, in shash_compat_digest()
|
| D | keywrap.c | 114 struct scatterlist *sg, in crypto_kw_scatterlist_ff()
|
| 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 | testmgr.c | 207 struct scatterlist sg[8]; in __test_hash() local 437 struct scatterlist *sg; in __test_aead() local 935 struct scatterlist sg[8]; in __test_skcipher() local
|