Searched refs:dh_key (Results 1 – 15 of 15) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dh/ |
A D | dh_set.c | 20 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 D | dh_shared_secret.c | 16 int dh_shared_secret(const dh_key *private_key, const dh_key *public_key, in dh_shared_secret()
|
A D | dh_free.c | 12 void dh_free(dh_key *key) in dh_free()
|
A D | dh.c | 221 int dh_get_groupsize(const dh_key *key) in dh_get_groupsize()
|
A D | dh_export_key.c | 16 int dh_export_key(void *out, unsigned long *outlen, int type, const dh_key *key) in dh_export_key()
|
A D | dh_set_pg_dhparam.c | 18 int dh_set_pg_dhparam(const unsigned char *dhparam, unsigned long dhparamlen, dh_key *key) in dh_set_pg_dhparam()
|
A D | dh_check_pubkey.c | 13 int dh_check_pubkey(const dh_key *key) in dh_check_pubkey()
|
A D | dh_export.c | 16 int dh_export(unsigned char *out, unsigned long *outlen, int type, const dh_key *key) in dh_export()
|
A D | dh_generate_key.c | 37 int dh_generate_key(prng_state *prng, int wprng, dh_key *key) in dh_generate_key()
|
A D | dh_import.c | 15 int dh_import(const unsigned char *in, unsigned long inlen, dh_key *key) in dh_import()
|
A D | dh_make_key.c | 49 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 D | tomcrypt_pk.h | 133 } 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 D | tomcrypt_private.h | 278 int dh_check_pubkey(const dh_key *key);
|
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | dh.c | 42 dh_key ltc_tmp_key = { }; in crypto_acipher_gen_dh_key()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_sizes.c | 239 SZ_STRINGIFY_T(dh_key),
|
Completed in 14 milliseconds