Searched refs:ft (Results 1 – 4 of 4) sorted by relevance
735 OSSL_CMP_PKIFREETEXT *ft; in ossl_cmp_error_new() local757 if ((ft = sk_ASN1_UTF8STRING_new_null()) == NULL) in ossl_cmp_error_new()759 msg->body->value.error->errorDetails = ft; in ossl_cmp_error_new()761 && !ossl_cmp_sk_ASN1_UTF8STRING_push_str(ft, lib, -1)) in ossl_cmp_error_new()764 && !ossl_cmp_sk_ASN1_UTF8STRING_push_str(ft, reason, -1)) in ossl_cmp_error_new()767 && !ossl_cmp_sk_ASN1_UTF8STRING_push_str(ft, details, -1)) in ossl_cmp_error_new()
416 FILETIME ft; in get_current_time() member420 SystemTimeToFileTime(&st, &now.ft); in get_current_time()
1048 static void list_type(FUNC_TYPE ft, int one) in list_type() argument1059 if (fp->type != ft) in list_type()1061 switch (ft) { in list_type()
1923 FILETIME ft; in get_current_time() member1927 SystemTimeToFileTime(&st, &now.ft); in get_current_time()
Completed in 13 milliseconds