Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509write_crt.c110 const char *not_before, in mbedtls_x509write_crt_set_validity() argument
113 if( strlen( not_before ) != MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1 || in mbedtls_x509write_crt_set_validity()
118 strncpy( ctx->not_before, not_before, MBEDTLS_X509_RFC5280_UTC_TIME_LEN ); in mbedtls_x509write_crt_set_validity()
120 ctx->not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN - 1] = 'Z'; in mbedtls_x509write_crt_set_validity()
411 x509_write_time( &c, buf, ctx->not_before, in mbedtls_x509write_crt_der()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dx509_crt.h193 char not_before[MBEDTLS_X509_RFC5280_UTC_TIME_LEN + 1]; member
899 int mbedtls_x509write_crt_set_validity( mbedtls_x509write_cert *ctx, const char *not_before,

Completed in 4 milliseconds