Home
last modified time | relevance | path

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

/crypto/
Decdh_helper.c13 #define ECDH_KPP_SECRET_MIN_SIZE (sizeof(struct kpp_secret) + 2 * sizeof(short)) macro
29 return ECDH_KPP_SECRET_MIN_SIZE + params->key_size; in crypto_ecdh_key_len()
63 if (unlikely(!buf || len < ECDH_KPP_SECRET_MIN_SIZE)) in crypto_ecdh_decode_key()