Home
last modified time | relevance | path

Searched refs:ECC_MAXSIZE (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Decc_import_openssl.c18 unsigned char bin_xy[2*ECC_MAXSIZE+2], bin_k[ECC_MAXSIZE]; in _ecc_import_private_with_oid()
53 unsigned char bin_a[ECC_MAXSIZE], bin_b[ECC_MAXSIZE], bin_k[ECC_MAXSIZE]; in _ecc_import_private_with_curve()
54 unsigned char bin_g[2*ECC_MAXSIZE+1], bin_xy[2*ECC_MAXSIZE+2], bin_seed[128]; in _ecc_import_private_with_curve()
A Decc_import_x509.c16 unsigned char bin_xy[2*ECC_MAXSIZE+2]; in _ecc_import_x509_with_oid()
44 unsigned char bin_a[ECC_MAXSIZE], bin_b[ECC_MAXSIZE]; in _ecc_import_x509_with_curve()
45 unsigned char bin_g[2*ECC_MAXSIZE+1], bin_xy[2*ECC_MAXSIZE+2], bin_seed[128]; in _ecc_import_x509_with_curve()
/optee_os/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_constants.c103 _C_STRINGIFY(ECC_MAXSIZE),
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h172 #define ECC_MAXSIZE 66 macro

Completed in 6 milliseconds