Home
last modified time | relevance | path

Searched refs:not_before (Results 1 – 2 of 2) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write_crt.c136 const char *not_before, in mbedtls_x509write_crt_set_validity() argument
139 if (strlen(not_before) != MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1 || in mbedtls_x509write_crt_set_validity()
143 strncpy(ctx->not_before, not_before, MBEDTLS_X509_RFC5280_UTC_TIME_LEN); in mbedtls_x509write_crt_set_validity()
145 ctx->not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1] = 'Z'; in mbedtls_x509write_crt_set_validity()
514 x509_write_time(&c, buf, ctx->not_before, in mbedtls_x509write_crt_der()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_crt.h226 char MBEDTLS_PRIVATE(not_before)[MBEDTLS_X509_RFC5280_UTC_TIME_LEN + 1];
1003 int mbedtls_x509write_crt_set_validity(mbedtls_x509write_cert *ctx, const char *not_before,