Searched refs:point (Results 1 – 6 of 6) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ltc_ecc_verify_key.c | 19 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()
|
A D | ecc_import_pkcs8.c | 78 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-3.20.0/lib/libutils/isoc/arch/arm/softfloat/ |
A D | README.txt | 7 Berkeley SoftFloat is a software implementation of binary floating-point 11 containing the floating-point subroutines.
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | CONTRIBUTING.md | 13 - The code should be secure, and will be reviewed from a security point of view as well. 34 …ill be generated to warn a user that the function will be removed at some point in the future, not…
|
A D | ChangeLog | 561 entry point, and export_public_key interface.) 1871 point of view. mbedtls_platform_zeroize() needs to be regularly tested 1898 overreads could be caused by receiving a malformed message at the point 1982 * Add the order of the base point as N in the mbedtls_ecp_group structure 3660 this will be made in the 1.2 branch at this point. 3942 * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel 4071 * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 1331 * Softfloat library: floating point support is now available in 32bits TA. 1349 floating point tests (xtest 1006 and os_test TA) and corruption
|
Completed in 13 milliseconds