Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Ddh_helper.c27 static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) in dh_unpack_data() function
80 ptr = dh_unpack_data(&secret, ptr, sizeof(secret)); in crypto_dh_decode_key()
84 ptr = dh_unpack_data(&params->key_size, ptr, sizeof(params->key_size)); in crypto_dh_decode_key()
85 ptr = dh_unpack_data(&params->p_size, ptr, sizeof(params->p_size)); in crypto_dh_decode_key()
86 ptr = dh_unpack_data(&params->q_size, ptr, sizeof(params->q_size)); in crypto_dh_decode_key()
87 ptr = dh_unpack_data(&params->g_size, ptr, sizeof(params->g_size)); in crypto_dh_decode_key()