Home
last modified time | relevance | path

Searched refs:mbedtls_asn1_write_mpi (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dasn1write.h85 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start, const mbedtls_mpi *X );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dasn1write.h108 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start,
H A Dcompat-1.3.h1763 #define asn1_write_mpi mbedtls_asn1_write_mpi
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dasn1write.h108 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start,
H A Dcompat-1.3.h1763 #define asn1_write_mpi mbedtls_asn1_write_mpi
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dasn1write.h108 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start,
H A Dcompat-1.3.h1763 #define asn1_write_mpi mbedtls_asn1_write_mpi
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dasn1write.h108 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start,
H A Dcompat-1.3.h1763 #define asn1_write_mpi mbedtls_asn1_write_mpi
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decdsa.c291 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_mpi( &p, buf, s ) ); in ecdsa_signature_to_asn1()
292 MBEDTLS_ASN1_CHK_ADD( len, mbedtls_asn1_write_mpi( &p, buf, r ) ); in ecdsa_signature_to_asn1()
H A Dasn1write.c129 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start, const mbedtls_mpi *X ) in mbedtls_asn1_write_mpi() function