Home
last modified time | relevance | path

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

/openbmc/linux/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; in crypto_ecdh_key_len()
62 if (unlikely(!buf || len < ECDH_KPP_SECRET_MIN_SIZE)) in crypto_ecdh_decode_key()