Searched refs:sec_pack_state32 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/dpaa/ |
| H A D | sec_dev.c | 811 sec_pack_state32(uint8_t *dst, const uint32_t *src, unsigned int nbytes) in sec_pack_state32() function 845 sec_pack_state32(out, ictx.sha1ctx.h.b32, half); in sec_sw_gen_split_key() 846 sec_pack_state32(out + half, octx.sha1ctx.h.b32, half); in sec_sw_gen_split_key() 849 sec_pack_state32(out, ictx.sha224ctx.state, half); in sec_sw_gen_split_key() 850 sec_pack_state32(out + half, octx.sha224ctx.state, half); in sec_sw_gen_split_key() 853 sec_pack_state32(out, ictx.sha256ctx.state, half); in sec_sw_gen_split_key() 854 sec_pack_state32(out + half, octx.sha256ctx.state, half); in sec_sw_gen_split_key()
|