Searched refs:compressed (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ecc_get_key.c | 19 int err, compressed; in ecc_get_key() local 26 compressed = type & PK_COMPRESSED ? 1 : 0; in ecc_get_key() 30 …if ((err = ltc_ecc_export_point(out, outlen, key->pubkey.x, key->pubkey.y, size, compressed)) != C… in ecc_get_key()
|
| H A D | ltc_ecc_export_point.c | 8 …nt(unsigned char *out, unsigned long *outlen, void *x, void *y, unsigned long size, int compressed) in ltc_ecc_export_point() argument 18 if(compressed) { in ltc_ecc_export_point()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_private.h | 325 …t(unsigned char *out, unsigned long *outlen, void *x, void *y, unsigned long size, int compressed);
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1010 * Add support for reading points in compressed format
|