Searched refs:mbedtls_calloc (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | asn1write.c | 39 #define mbedtls_calloc calloc macro 343 cur = (mbedtls_asn1_named_data*)mbedtls_calloc( 1, in mbedtls_asn1_store_named_data() 349 cur->oid.p = mbedtls_calloc( 1, oid_len ); in mbedtls_asn1_store_named_data() 359 cur->val.p = mbedtls_calloc( 1, val_len ); in mbedtls_asn1_store_named_data() 377 void *p = mbedtls_calloc( 1, val_len ); in mbedtls_asn1_store_named_data()
|
| H A D | asn1parse.c | 42 #define mbedtls_calloc calloc macro 272 cur->next = (mbedtls_asn1_sequence*)mbedtls_calloc( 1, in mbedtls_asn1_get_sequence_of()
|
| H A D | ecp.c | 62 #define mbedtls_calloc calloc macro 800 if( ( c = mbedtls_calloc( t_len, sizeof( mbedtls_mpi ) ) ) == NULL ) in ecp_normalize_jac_many() 1371 T = mbedtls_calloc( pre_len, sizeof( mbedtls_ecp_point ) ); in ecp_mul_comb()
|
| H A D | bignum.c | 57 #define mbedtls_calloc calloc macro 123 if( ( p = (mbedtls_mpi_uint*)mbedtls_calloc( nblimbs, ciL ) ) == NULL ) in mbedtls_mpi_grow() 161 if( ( p = (mbedtls_mpi_uint*)mbedtls_calloc( i, ciL ) ) == NULL ) in mbedtls_mpi_shrink()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | platform.h | 139 #define mbedtls_calloc MBEDTLS_PLATFORM_CALLOC_MACRO macro 143 extern void *mbedtls_calloc( size_t n, size_t size ); 160 #define mbedtls_calloc calloc
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | platform.h | 139 #define mbedtls_calloc MBEDTLS_PLATFORM_CALLOC_MACRO macro 143 extern void *mbedtls_calloc( size_t n, size_t size ); 160 #define mbedtls_calloc calloc
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | platform.h | 139 #define mbedtls_calloc MBEDTLS_PLATFORM_CALLOC_MACRO macro 143 extern void *mbedtls_calloc( size_t n, size_t size ); 160 #define mbedtls_calloc calloc
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | platform.h | 139 #define mbedtls_calloc MBEDTLS_PLATFORM_CALLOC_MACRO macro 143 extern void *mbedtls_calloc( size_t n, size_t size ); 160 #define mbedtls_calloc calloc
|