Searched refs:ecc_get_key (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_ansi_x963_export.c | 21 return ecc_get_key(out, outlen, PK_PUBLIC, key); in ecc_ansi_x963_export()
|
A D | ecc_encrypt_key.c | 72 err = ecc_get_key(pub_expt, &pubkeysize, PK_PUBLIC|PK_COMPRESSED, &pubkey); in ecc_encrypt_key() 75 err = ecc_get_key(pub_expt, &pubkeysize, PK_PUBLIC, &pubkey); in ecc_encrypt_key()
|
A D | ecc_get_key.c | 16 int ecc_get_key(unsigned char *out, unsigned long *outlen, int type, const ecc_key *key) in ecc_get_key() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 264 int ecc_get_key(unsigned char *out, unsigned long *outlen, int type, const ecc_key *key);
|
Completed in 5 milliseconds