Searched refs:ASN1_TIME_set_string_X509 (Results 1 – 7 of 7) sorted by relevance
9 ASN1_TIME_set_string_X509,34 int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str);82 ASN1_TIME_set_string_X509() sets ASN1_TIME structure B<s> to the time183 ASN1_TIME_set_string_X509() return 1 if the time value is successfully set and 0 otherwise.244 The ASN1_TIME_set_string_X509() function was added in OpenSSL 1.1.1.
378 int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str) in ASN1_TIME_set_string_X509() function
633 int ASN1_TIME_set_string_X509(ASN1_TIME *s, const char *str);
811 if (startdate != NULL && !ASN1_TIME_set_string_X509(NULL, startdate)) { in ca_main()824 if (enddate != NULL && !ASN1_TIME_set_string_X509(NULL, enddate)) { in ca_main()
2777 if (!ASN1_TIME_set_string_X509(X509_getm_notBefore(x), startdate)) in set_cert_times()2784 } else if (!ASN1_TIME_set_string_X509(X509_getm_notAfter(x), enddate)) { in set_cert_times()
4151 ASN1_TIME_set_string_X509;
542 MLINKS+= ASN1_TIME_set.3 ASN1_TIME_set_string_X509.3