Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/
A Ddh_set.c20 dh_key *key) in dh_set_pg()
50 int dh_set_pg_groupsize(int groupsize, dh_key *key) in dh_set_pg_groupsize()
85 int dh_set_key(const unsigned char *in, unsigned long inlen, int type, dh_key *key) in dh_set_key()
A Ddh_shared_secret.c16 int dh_shared_secret(const dh_key *private_key, const dh_key *public_key, in dh_shared_secret()
A Ddh_free.c12 void dh_free(dh_key *key) in dh_free()
A Ddh.c221 int dh_get_groupsize(const dh_key *key) in dh_get_groupsize()
A Ddh_export_key.c16 int dh_export_key(void *out, unsigned long *outlen, int type, const dh_key *key) in dh_export_key()
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()
A Ddh_check_pubkey.c13 int dh_check_pubkey(const dh_key *key) in dh_check_pubkey()
A Ddh_export.c16 int dh_export(unsigned char *out, unsigned long *outlen, int type, const dh_key *key) in dh_export()
A Ddh_generate_key.c37 int dh_generate_key(prng_state *prng, int wprng, dh_key *key) in dh_generate_key()
A Ddh_import.c15 int dh_import(const unsigned char *in, unsigned long inlen, dh_key *key) in dh_import()
A Ddh_make_key.c49 int dh_make_key(prng_state *prng, int wprng, void *q, int xbits, dh_key *key) in dh_make_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h133 } dh_key; typedef
135 int dh_get_groupsize(const dh_key *key);
137 int dh_export(unsigned char *out, unsigned long *outlen, int type, const dh_key *key);
138 int dh_import(const unsigned char *in, unsigned long inlen, dh_key *key);
142 dh_key *key);
144 int dh_set_pg_groupsize(int groupsize, dh_key *key);
146 int dh_set_key(const unsigned char *in, unsigned long inlen, int type, dh_key *key);
147 int dh_generate_key(prng_state *prng, int wprng, dh_key *key);
149 int dh_shared_secret(const dh_key *private_key, const dh_key *public_key,
152 void dh_free(dh_key *key);
[all …]
A Dtomcrypt_private.h278 int dh_check_pubkey(const dh_key *key);
/optee_os-3.20.0/core/lib/libtomcrypt/
A Ddh.c42 dh_key ltc_tmp_key = { }; in crypto_acipher_gen_dh_key()
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_sizes.c239 SZ_STRINGIFY_T(dh_key),

Completed in 16 milliseconds