Searched refs:ecver (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_x509.c | 47 unsigned long cofactor = 0, ecver = 0, tmpoid[16]; in _ecc_import_x509_with_curve() local 55 LTC_SET_ASN1(seq_ecparams, 0, LTC_ASN1_SHORT_INTEGER, &ecver, 1UL); in _ecc_import_x509_with_curve()
|
A D | ecc_import_openssl.c | 56 unsigned long cofactor = 0, ecver = 0, pkver = 0, tmpoid[16]; in _ecc_import_private_with_curve() local 73 LTC_SET_ASN1(seq_ecparams, 0, LTC_ASN1_SHORT_INTEGER, &ecver, 1UL); in _ecc_import_private_with_curve()
|
Completed in 6 milliseconds