Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_point_read_binary (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Decp.h433 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp, mbedtls_ecp_point *P,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Decp.h700 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp,
H A Dcompat-1.3.h1934 #define ecp_point_read_binary mbedtls_ecp_point_read_binary
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Decp.h700 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp,
H A Dcompat-1.3.h1934 #define ecp_point_read_binary mbedtls_ecp_point_read_binary
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Decp.h700 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp,
H A Dcompat-1.3.h1934 #define ecp_point_read_binary mbedtls_ecp_point_read_binary
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Decp.h700 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp,
H A Dcompat-1.3.h1934 #define ecp_point_read_binary mbedtls_ecp_point_read_binary
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decp.c498 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp, mbedtls_ecp_point *pt, in mbedtls_ecp_point_read_binary() function
559 return mbedtls_ecp_point_read_binary( grp, pt, buf_start, data_len ); in mbedtls_ecp_tls_read_point()