Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dh/
A Ddh_set.c26 const unsigned char *g, unsigned long glen, in dh_set_pg() argument
40 …if ((err = mp_read_unsigned_bin(key->base, (unsigned char*)g, glen)) != CRYPT_OK) { goto LBL_E… in dh_set_pg()
/optee_os/core/lib/libtomcrypt/src/pk/dsa/
A Ddsa_set.c28 const unsigned char *g, unsigned long glen, in dsa_set_pqg() argument
44 … if ((err = mp_read_unsigned_bin(key->g, (unsigned char *)g , glen)) != CRYPT_OK) { goto LBL_ERR; } in dsa_set_pqg()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h148 const unsigned char *g, unsigned long glen,
435 const unsigned char *g, unsigned long glen,

Completed in 6 milliseconds