Lines Matching defs:ut
241 ASN1_UTCTIME *ut = NULL;
247 if ((ut = ASN1_UTCTIME_new()) == NULL)
263 if (ASN1_UTCTIME_set_string(ut, att->str) != 0) {
283 ASN1_UTCTIME_free(ut);
381 ASN1_UTCTIME *ut = NULL;
391 if ((ut = ASN1_UTCTIME_new()) == NULL)
394 if (ASN1_UTCTIME_set_string(ut, att->str) != 1) {
399 if (asn1_compare_str(test_no, ut, att->str) != 0)
402 if ((len = i2d_ASN1_UTCTIME(ut, &p)) <= 0) {
412 if (d2i_ASN1_UTCTIME(&ut, &der, len) == NULL) {
417 if (asn1_compare_str(test_no, ut, att->str) != 0)
420 ASN1_UTCTIME_free(ut);
422 if ((ut = ASN1_UTCTIME_set(NULL, att->time)) == NULL) {
427 if (asn1_compare_str(test_no, ut, att->data) != 0)
433 ASN1_UTCTIME_free(ut);