Searched refs:dh_check_pubkey (Results 1 – 7 of 7) sorted by relevance
3 srcs-y += dh_check_pubkey.c
13 int dh_check_pubkey(const dh_key *key) in dh_check_pubkey() function
43 if ((err = dh_check_pubkey(public_key)) != CRYPT_OK) { in dh_shared_secret()
79 err = dh_check_pubkey(key); in dh_generate_key()
78 if ((err = dh_check_pubkey(key)) != CRYPT_OK) { in dh_import()
103 if ((err = dh_check_pubkey(key)) != CRYPT_OK) { in dh_set_key()
278 int dh_check_pubkey(const dh_key *key);
Completed in 8 milliseconds