Home
last modified time | relevance | path

Searched refs:ecc_find_curve (Results 1 – 13 of 13) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Decc_set_curve.c58 err = ecc_find_curve("SECP112R1", &cu); in ecc_set_curve_by_size()
61 err = ecc_find_curve("SECP128R1", &cu); in ecc_set_curve_by_size()
64 err = ecc_find_curve("SECP160R1", &cu); in ecc_set_curve_by_size()
67 err = ecc_find_curve("SECP192R1", &cu); in ecc_set_curve_by_size()
70 err = ecc_find_curve("SECP224R1", &cu); in ecc_set_curve_by_size()
73 err = ecc_find_curve("SECP256R1", &cu); in ecc_set_curve_by_size()
76 err = ecc_find_curve("SECP384R1", &cu); in ecc_set_curve_by_size()
79 err = ecc_find_curve("SECP521R1", &cu); in ecc_set_curve_by_size()
A Dsub.mk2 srcs-y += ecc_find_curve.c
A Decc_find_curve.c221 int ecc_find_curve(const char *name_or_oid, const ltc_ecc_curve **cu) in ecc_find_curve() function
A Decc_import_x509.c31 if ((err = ecc_find_curve(OID, &curve)) != CRYPT_OK) { goto error; } in _ecc_import_x509_with_oid()
A Decc_import_openssl.c40 … if ((err = ecc_find_curve(OID, &curve)) != CRYPT_OK) { goto error; } in _ecc_import_private_with_oid()
A Decc_import_pkcs8.c109 … if ((err = ecc_find_curve(OID, &curve)) != CRYPT_OK) { goto LBL_DONE; } in ecc_import_pkcs8()
/optee_os/out/arm/core/lib/libtomcrypt/src/pk/ecc/
A D.ecc_find_curve.o.cmd1ecc_find_curve.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch…
A D.ecc_find_curve.o.d1 out/arm/core/lib/libtomcrypt/src/pk/ecc/ecc_find_curve.o: \
2 core/lib/libtomcrypt/src/pk/ecc/ecc_find_curve.c \
/optee_os/core/lib/libtomcrypt/
A Decc.c173 ltc_res = ecc_find_curve(curve_name, &curve); in ecc_set_curve_from_name()
/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_pk.h267 int ecc_find_curve(const char* name_or_oid, const ltc_ecc_curve** cu);
/optee_os/out/arm/core/
A Dtee.map195 out/arm/core/lib/libtomcrypt/libtomcrypt.a(ecc_find_curve.o)
196 out/arm/core/lib/libtomcrypt/libtomcrypt.a(ecc.o) (ecc_find_curve)
280 … out/arm/core/lib/libtomcrypt/libtomcrypt.a(ecc_find_curve.o) (ltc_ecc_curves)
14382 … 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ecc_find_curve.o)
14383 … 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ecc_find_curve.o)
14384 … 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ecc_find_curve.o)
14385 … 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ecc_find_curve.o)
14386 … 0x0000000000000000 0xc out/arm/core/lib/libtomcrypt/libtomcrypt.a(ecc_find_curve.o)
24100 .text.ecc_find_curve
24102 0x000000000e13d3fc ecc_find_curve
[all …]
A Dtee.symb_sizes198 000000000e13d3fc 00000000000001a0 T ecc_find_curve
A Dtee.dmp77045 e132038: 94002cf1 bl e13d3fc <ecc_find_curve>
93373 000000000e13d3fc <ecc_find_curve>:
93374 ecc_find_curve():
93394 ecc_find_curve():
93402 ecc_find_curve():
93440 ecc_find_curve():
93448 e13d4b4: 17ffffe3 b e13d440 <ecc_find_curve+0x44>
93502 ecc_find_curve():
93505 e13d564: 17ffffd0 b e13d4a4 <ecc_find_curve+0xa8>
93510 ecc_find_curve():
[all …]

Completed in 246 milliseconds