Searched refs:mbedtls_asn1_write_octet_string (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/open-dice/src/ |
H A D | mbedtls_ops.c | 102 mbedtls_asn1_write_octet_string(&pos, buffer, id, DICE_ID_SIZE); in GetSubjectKeyIdFromId() 198 MBEDTLS_ASN1_CHK_ADD(field_length, mbedtls_asn1_write_octet_string( in WriteExplicitOctetStringField()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | pkwrite.c | 178 ret = mbedtls_asn1_write_octet_string(p, start, tmp, byte_length); in pk_write_ec_private() 210 ret = mbedtls_asn1_write_octet_string(p, start, tmp, byte_length); in pk_write_ec_private()
|
H A D | asn1write.c | 339 int mbedtls_asn1_write_octet_string(unsigned char **p, const unsigned char *start, in mbedtls_asn1_write_octet_string() function
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | asn1write.h | 354 int mbedtls_asn1_write_octet_string(unsigned char **p, const unsigned char *start,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | asn1write.h | 355 int mbedtls_asn1_write_octet_string(unsigned char **p, const unsigned char *start,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | pkwrite.c | 266 ret = mbedtls_asn1_write_octet_string(p, start, tmp, byte_length); in pk_write_ec_private() 302 ret = mbedtls_asn1_write_octet_string(p, start, tmp, byte_length); in pk_write_ec_private()
|
H A D | asn1write.c | 338 int mbedtls_asn1_write_octet_string(unsigned char **p, const unsigned char *start, in mbedtls_asn1_write_octet_string() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_asn1write.function | 213 ret = mbedtls_asn1_write_octet_string(
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_asn1write.function | 213 ret = mbedtls_asn1_write_octet_string(
|