Searched defs:sg (Results 1 – 16 of 16) sorted by relevance
/crypto/ |
D | cts.c | 60 struct scatterlist sg[2]; member 105 struct scatterlist *sg; in cts_cbc_encrypt() local 186 struct scatterlist *sg; in cts_cbc_decrypt() local
|
D | tcrypt.c | 113 static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], in sg_init_aead() 148 struct scatterlist sg[XBUFSIZE]; member 529 struct scatterlist *sg; in test_aead_speed() local 696 static void test_hash_sg_init(struct scatterlist *sg) in test_hash_sg_init() 715 struct scatterlist sg[XBUFSIZE]; member 1058 struct scatterlist sg[TVMEMSIZE]; in test_ahash_speed_common() local 1149 struct scatterlist sg[XBUFSIZE]; member 1527 struct scatterlist sg[TVMEMSIZE]; in test_skcipher_speed() local
|
D | af_alg.c | 502 struct scatterlist *sg = NULL; in af_alg_alloc_tsgl() local 550 const struct scatterlist *sg = sgl->sg; in af_alg_count_tsgl() local 600 struct scatterlist *sg; in af_alg_pull_tsgl() local 669 struct scatterlist *sg; in af_alg_free_areq_sgls() local 886 struct scatterlist *sg; in af_alg_sendmsg() local
|
D | scatterwalk.c | 55 void scatterwalk_map_and_copy(void *buf, struct scatterlist *sg, in scatterwalk_map_and_copy()
|
D | gcm.c | 69 struct scatterlist sg; member 79 struct scatterlist sg; member 104 struct scatterlist sg[1]; in crypto_gcm_setkey() member 156 struct scatterlist *sg; in crypto_gcm_init_common() local 729 struct scatterlist *sg; in crypto_rfc4106_crypt() local
|
D | keywrap.c | 103 struct scatterlist *sg, in crypto_kw_scatterlist_ff()
|
D | essiv.c | 61 struct scatterlist sg[4]; member 208 struct scatterlist *sg; in essiv_aead_crypt() local
|
D | fips140-selftests.c | 231 struct scatterlist sg; in fips_test_skcipher() local 308 struct scatterlist sg[2]; in fips_test_aead() local
|
D | ccm.c | 176 struct scatterlist sg[3]; in crypto_ccm_auth() local 253 struct scatterlist *sg; in crypto_ccm_init_crypt() local 611 struct scatterlist *sg; in crypto_rfc4309_crypt() local
|
D | twofish_common.c | 579 u8 sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0; in __twofish_setkey() local
|
D | xts.c | 37 struct scatterlist sg[2]; member
|
D | adiantum.c | 124 struct scatterlist sg; in adiantum_setkey() member
|
D | rsa-pkcs1pad.c | 162 static void pkcs1pad_sg_set_buf(struct scatterlist *sg, void *buf, size_t len, in pkcs1pad_sg_set_buf()
|
D | ahash.c | 64 struct scatterlist *sg; in hash_walk_new_entry() local
|
D | shash.c | 324 struct scatterlist *sg; in shash_ahash_digest() local
|
D | testmgr.c | 661 struct scatterlist *sg = &tsgl->sgl_ptr[i]; in verify_correct_output() local 1171 static inline const void *sg_data(struct scatterlist *sg) in sg_data()
|