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 D | asn1write.h | 85 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 D | asn1write.h | 108 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start,
|
| H A D | compat-1.3.h | 1763 #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 D | asn1write.h | 108 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start,
|
| H A D | compat-1.3.h | 1763 #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 D | asn1write.h | 108 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start,
|
| H A D | compat-1.3.h | 1763 #define asn1_write_mpi mbedtls_asn1_write_mpi
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | asn1write.h | 108 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start,
|
| H A D | compat-1.3.h | 1763 #define asn1_write_mpi mbedtls_asn1_write_mpi
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | ecdsa.c | 291 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 D | asn1write.c | 129 int mbedtls_asn1_write_mpi( unsigned char **p, unsigned char *start, const mbedtls_mpi *X ) in mbedtls_asn1_write_mpi() function
|