Searched refs:mbedtls_ecp_check_pubkey (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | ecdsa.c | 226 MBEDTLS_MPI_CHK( mbedtls_ecp_check_pubkey( grp, Q ) ); in mbedtls_ecdsa_verify() 545 if(mbedtls_ecp_check_pubkey( &grp, &pub_key) != 0) in rk_ecdsa_verify() 644 if(mbedtls_ecp_check_pubkey( &grp, &pub_key) != 0) in rk_ecdsa_verify2()
|
| H A D | ecp.c | 1623 ( ret = mbedtls_ecp_check_pubkey( grp, P ) ) != 0 ) in mbedtls_ecp_mul() 1763 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp, const mbedtls_ecp_point *pt ) in mbedtls_ecp_check_pubkey() function
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | ecp.h | 590 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp, const mbedtls_ecp_point *pt );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | ecp.h | 1007 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp,
|
| H A D | compat-1.3.h | 1911 #define ecp_check_pubkey mbedtls_ecp_check_pubkey
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | ecp.h | 1007 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp,
|
| H A D | compat-1.3.h | 1911 #define ecp_check_pubkey mbedtls_ecp_check_pubkey
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | ecp.h | 1007 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp,
|
| H A D | compat-1.3.h | 1911 #define ecp_check_pubkey mbedtls_ecp_check_pubkey
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | ecp.h | 1007 int mbedtls_ecp_check_pubkey( const mbedtls_ecp_group *grp,
|
| H A D | compat-1.3.h | 1911 #define ecp_check_pubkey mbedtls_ecp_check_pubkey
|