Searched refs:crypto_ecdh_key_len (Results 1 – 4 of 4) sorted by relevance
27 unsigned int crypto_ecdh_key_len(const struct ecdh *params) in crypto_ecdh_key_len() function31 EXPORT_SYMBOL_GPL(crypto_ecdh_key_len);45 if (len != crypto_ecdh_key_len(params)) in crypto_ecdh_encode_key()73 if (secret.len != crypto_ecdh_key_len(params)) in crypto_ecdh_decode_key()
51 unsigned int crypto_ecdh_key_len(const struct ecdh *params);
29 :functions: ecdh crypto_ecdh_key_len crypto_ecdh_encode_key crypto_ecdh_decode_key
138 buf_len = crypto_ecdh_key_len(&p); in set_ecdh_privkey()
Completed in 5 milliseconds