Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dh/
H A Ddh_set_pg_dhparam.c18 int dh_set_pg_dhparam(const unsigned char *dhparam, unsigned long dhparamlen, dh_key *key) in dh_set_pg_dhparam() argument
24 LTC_ARGCHK(dhparam != NULL); in dh_set_pg_dhparam()
30 if ((err = der_decode_sequence_multi(dhparam, dhparamlen, in dh_set_pg_dhparam()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h145 int dh_set_pg_dhparam(const unsigned char *dhparam, unsigned long dhparamlen, dh_key *key);