Searched refs:mbedtls_x509write_crt_set_serial_raw (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | x509_crt.h | 974 int mbedtls_x509write_crt_set_serial_raw(mbedtls_x509write_cert *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | x509_crt.h | 986 int mbedtls_x509write_crt_set_serial_raw(mbedtls_x509write_cert *ctx,
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_x509write.function | 487 TEST_ASSERT(mbedtls_x509write_crt_set_serial_raw(&crt, serial_arg->x, 681 TEST_EQUAL(mbedtls_x509write_crt_set_serial_raw(&ctx, invalid_serial,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_x509write.function | 471 TEST_ASSERT(mbedtls_x509write_crt_set_serial_raw(&crt, serial_arg->x, 667 TEST_EQUAL(mbedtls_x509write_crt_set_serial_raw(&ctx, invalid_serial,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | x509write_crt.c | 116 int mbedtls_x509write_crt_set_serial_raw(mbedtls_x509write_cert *ctx, in mbedtls_x509write_crt_set_serial_raw() function
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509write_crt.c | 115 int mbedtls_x509write_crt_set_serial_raw(mbedtls_x509write_cert *ctx, in mbedtls_x509write_crt_set_serial_raw() function
|
/aosp_15_r20/external/mbedtls/programs/x509/ |
H A D | cert_write.c | 844 ret = mbedtls_x509write_crt_set_serial_raw(&crt, serial, serial_len); in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/x509/ |
H A D | cert_write.c | 848 ret = mbedtls_x509write_crt_set_serial_raw(&crt, serial, serial_len); in main()
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 334 mbedtls_x509write_crt_set_serial_raw(). The goal here is to remove any
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 594 mbedtls_x509write_crt_set_serial_raw(). The goal here is to remove any
|