Home
last modified time | relevance | path

Searched refs:ft (Results 1 – 4 of 4) sorted by relevance

/openssl-master/crypto/cmp/
A Dcmp_msg.c735 OSSL_CMP_PKIFREETEXT *ft; in ossl_cmp_error_new() local
757 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()
/openssl-master/ssl/
A Dd1_lib.c416 FILETIME ft; in get_current_time() member
420 SystemTimeToFileTime(&st, &now.ft); in get_current_time()
/openssl-master/apps/
A Dlist.c1048 static void list_type(FUNC_TYPE ft, int one) in list_type() argument
1059 if (fp->type != ft) in list_type()
1061 switch (ft) { in list_type()
/openssl-master/crypto/bio/
A Dbss_dgram.c1923 FILETIME ft; in get_current_time() member
1927 SystemTimeToFileTime(&st, &now.ft); in get_current_time()

Completed in 13 milliseconds