Home
last modified time | relevance | path

Searched refs:x_ptr (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/ta/pkcs11/src/
A Dprocessing_ec.c470 void *x_ptr = NULL; in tee2pkcs_ec_attributes() local
488 &x_ptr, &x_size); in tee2pkcs_ec_attributes()
544 TEE_MemMove(ecpoint + hsize + poffset, x_ptr, x_size); in tee2pkcs_ec_attributes()
567 TEE_Free(x_ptr); in tee2pkcs_ec_attributes()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dbignum.c749 unsigned char *x_ptr; in mpi_uint_bigendian_to_host_c() local
752 for( i = 0, x_ptr = (unsigned char*) &x; i < ciL; i++, x_ptr++ ) in mpi_uint_bigendian_to_host_c()
755 tmp |= (mbedtls_mpi_uint) *x_ptr; in mpi_uint_bigendian_to_host_c()

Completed in 8 milliseconds