Searched refs:ECDH_KPP_SECRET_MIN_SIZE (Results 1 – 1 of 1) sorted by relevance
13 #define ECDH_KPP_SECRET_MIN_SIZE (sizeof(struct kpp_secret) + sizeof(short)) macro29 return ECDH_KPP_SECRET_MIN_SIZE + params->key_size; in crypto_ecdh_key_len()62 if (unlikely(!buf || len < ECDH_KPP_SECRET_MIN_SIZE)) in crypto_ecdh_decode_key()
Completed in 3 milliseconds