Home
last modified time | relevance | path

Searched refs:alg_size (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Djobdesc.h33 u32 alg_type, uint32_t alg_size, int sg_tbl);
H A Djobdesc.c178 u32 alg_type, uint32_t alg_size, int sg_tbl) in inline_cnstr_jobdesc_hash() argument
181 uint32_t storelen = alg_size; in inline_cnstr_jobdesc_hash()
/OK3568_Linux_fs/kernel/net/key/
H A Daf_key.c3165 int alg_size = 0; in pfkey_send_acquire() local
3177 alg_size = count_ah_combs(t); in pfkey_send_acquire()
3179 alg_size = count_esp_combs(t); in pfkey_send_acquire()
3186 skb = alloc_skb(size + alg_size + 16, GFP_ATOMIC); in pfkey_send_acquire()
3240 alg_size = 0; in pfkey_send_acquire()
3242 alg_size = dump_ah_combs(skb, t); in pfkey_send_acquire()
3244 alg_size = dump_esp_combs(skb, t); in pfkey_send_acquire()
3246 hdr->sadb_msg_len += alg_size / 8; in pfkey_send_acquire()