Searched refs:ECDH_KPP_SECRET_MIN_SIZE (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Decdh_helper.c13 #define ECDH_KPP_SECRET_MIN_SIZE (sizeof(struct kpp_secret) + sizeof(short)) macro
29 return ECDH_KPP_SECRET_MIN_SIZE + params->key_size;
62 if (unlikely(!buf || len < ECDH_KPP_SECRET_MIN_SIZE))

Completed in 118 milliseconds