Home
last modified time | relevance | path

Searched refs:point (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_verify_key.c19 ecc_point *point; in ltc_ecc_verify_key() local
42 point = ltc_ecc_new_point(); in ltc_ecc_verify_key()
43 …if ((err = ltc_ecc_mulmod(order, &(key->pubkey), point, a, prime, 1)) != CRYPT_OK) { goto done… in ltc_ecc_verify_key()
45 err = ltc_ecc_is_point_at_infinity(point, prime, &inf); in ltc_ecc_verify_key()
54 ltc_ecc_del_point(point); in ltc_ecc_verify_key()
H A Decc_import_pkcs8.c78 ltc_asn1_list *version, *field, *point, *point_g, *order, *p_cofactor; in ecc_import_pkcs8() local
84 LTC_SET_DER_FLEXI_CHECK(flexi_should, n++, LTC_ASN1_SEQUENCE, &point); in ecc_import_pkcs8()
132 LTC_ASN1_IS_TYPE(point->child, LTC_ASN1_OCTET_STRING) && in ecc_import_pkcs8()
133 LTC_ASN1_IS_TYPE(point->child->next, LTC_ASN1_OCTET_STRING)) { in ecc_import_pkcs8()
136 … if ((err = mp_read_unsigned_bin(a, point->child->data, point->child->size)) != CRYPT_OK) { in ecc_import_pkcs8()
139 …if ((err = mp_read_unsigned_bin(b, point->child->next->data, point->child->next->size)) != CRYPT_O… in ecc_import_pkcs8()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/
H A DREADME.txt7 Berkeley SoftFloat is a software implementation of binary floating-point
11 containing the floating-point subroutines.
/optee_os/core/lib/qcbor/
H A DREADME.md142 (and at some point byte-string labels). This includes detection of
154 unsigned 64-bit integer, signed 64-bit integer, floating-point number,
271 By default, all QCBOR floating-point features are enabled:
276 * Preferred serialization of floating-point
277 * Floating point dates
279 to/from floating-point
281 If full floating-point is not needed, the following #defines can be
290 * Floating-point hardware and floating-point instructions
294 For most limited environments, this removes enough floating-point
311 * Decoding floating-point format dates are not handled
[all …]
/optee_os/core/drivers/crypto/stm32/
H A Decc.c361 static TEE_Result is_point_on_curve(struct stm32_pka_point *point, in is_point_on_curve() argument
379 res = stm32_pka_is_point_on_curve(point, &r2modn, cid); in is_point_on_curve()
/optee_os/lib/libmbedtls/mbedtls/
H A DSECURITY.md64 towards a model of fully timing-invariant code, but has not reached this point
H A DCONTRIBUTING.md20 - The code should be secure, and will be reviewed from a security point of view as well.
H A DChangeLog109 to point to NULL on entry. This makes it likely that existing risky uses of
1278 entry point. This entry point is specified in the proposed PSA driver
1932 was unclear on this point, and this function happened to never do
2137 point format for ECJPAKE instead of accessing the point_format field
2450 entry point, and export_public_key interface.)
3760 point of view. mbedtls_platform_zeroize() needs to be regularly tested
3787 overreads could be caused by receiving a malformed message at the point
3871 * Add the order of the base point as N in the mbedtls_ecp_group structure
5549 this will be made in the 1.2 branch at this point.
5831 * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel
[all …]
/optee_os/
H A DCHANGELOG.md1661 * Softfloat library: floating point support is now available in 32bits TA.
1679 floating point tests (xtest 1006 and os_test TA) and corruption