Searched refs:dh_unpack_data (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | dh_helper.c | 23 static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) in dh_unpack_data() function 76 ptr = dh_unpack_data(&secret, ptr, sizeof(secret)); in crypto_dh_decode_key() 80 ptr = dh_unpack_data(¶ms->key_size, ptr, sizeof(params->key_size)); in crypto_dh_decode_key() 81 ptr = dh_unpack_data(¶ms->p_size, ptr, sizeof(params->p_size)); in crypto_dh_decode_key() 82 ptr = dh_unpack_data(¶ms->q_size, ptr, sizeof(params->q_size)); in crypto_dh_decode_key() 83 ptr = dh_unpack_data(¶ms->g_size, ptr, sizeof(params->g_size)); in crypto_dh_decode_key()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | dh_helper.c | 23 static inline const u8 *dh_unpack_data(void *dst, const void *src, size_t size) in dh_unpack_data() function 74 ptr = dh_unpack_data(&secret, ptr, sizeof(secret)); in __crypto_dh_decode_key() 78 ptr = dh_unpack_data(¶ms->key_size, ptr, sizeof(params->key_size)); in __crypto_dh_decode_key() 79 ptr = dh_unpack_data(¶ms->p_size, ptr, sizeof(params->p_size)); in __crypto_dh_decode_key() 80 ptr = dh_unpack_data(¶ms->g_size, ptr, sizeof(params->g_size)); in __crypto_dh_decode_key()
|
Completed in 1 milliseconds