Searched refs:LTC_OID_EC (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_import_x509.c | 18 err = x509_decode_subject_public_key_info(in, inlen, LTC_OID_EC, bin_xy, &len_xy, in s_ecc_import_x509_with_oid() 66 …err = x509_decode_subject_public_key_info(in, inlen, LTC_OID_EC, bin_xy, &len_xy, LTC_ASN1_SEQUENC… in s_ecc_import_x509_with_curve() 110 LTC_OID_EC, in ecc_import_x509()
|
A D | ecc_export_openssl.c | 159 err = x509_encode_subject_public_key_info( out, outlen, LTC_OID_EC, bin_xy, len_xy, in ecc_export_openssl()
|
A D | ecc_import_pkcs8.c | 59 err = pk_get_oid(LTC_OID_EC, &pka_ec_oid); in ecc_import_pkcs8()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/oid/ |
A D | pk_get_oid.c | 15 { LTC_OID_EC, "1.2.840.10045.2.1" },
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/x509/ |
A D | x509_decode_public_key_from_certificate.c | 84 if (algorithm == LTC_OID_EC) { in x509_decode_public_key_from_certificate()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 27 LTC_OID_EC, enumerator
|
Completed in 6 milliseconds