Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write_crt.c137 const char *not_after) in mbedtls_x509write_crt_set_validity() argument
140 strlen(not_after) != MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1) { in mbedtls_x509write_crt_set_validity()
144 strncpy(ctx->not_after, not_after, MBEDTLS_X509_RFC5280_UTC_TIME_LEN); in mbedtls_x509write_crt_set_validity()
146 ctx->not_after[MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1] = 'Z'; in mbedtls_x509write_crt_set_validity()
510 x509_write_time(&c, buf, ctx->not_after, in mbedtls_x509write_crt_der()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_crt.h227 char MBEDTLS_PRIVATE(not_after)[MBEDTLS_X509_RFC5280_UTC_TIME_LEN + 1];
1004 const char *not_after);