代码搜索:draft
找到约 3,786 项符合「draft」的源代码
代码结果 3,786
www.eeworm.com/read/366702/2884415
c xopen-1.c
/* Test for X/Open format extensions, as found in the
Single Unix Specification and in Austin Group draft 7.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options
www.eeworm.com/read/354521/3077330
asn pkcs7.asn
-- X.509 v3 (from draft-ietf-pkix-ipki-part1-08.txt)
IMPORTS Certificate, AlgorithmIdentifier, CertificateList,
CertificateSerialNumber, Version, Name, Attribute, Attributes
FROM x509;
-- PKCS
www.eeworm.com/read/258893/4349050
asn pkcs7.asn
-- X.509 v3 (from draft-ietf-pkix-ipki-part1-08.txt)
IMPORTS Certificate, AlgorithmIdentifier, CertificateList,
CertificateSerialNumber, Version, Name, Attribute, Attributes
FROM x509;
-- PKCS
www.eeworm.com/read/162614/5531267
c xopen-1.c
/* Test for X/Open format extensions, as found in the
Single Unix Specification and in Austin Group draft 7.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options
www.eeworm.com/read/472660/6873123
c eap_tlv.c
/*
* hostapd / EAP-TLV (draft-josefsson-pppext-eap-tls-eap-07.txt)
* Copyright (c) 2004, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/334325/12611546
c cache2.c
#include "config.h"
#ifdef USE_STREAM_CACHE
// Initial draft of my new cache system...
// Note it runs in 2 processes (using fork()), but doesn't requires locking!!
// TODO: seeking, data consistenc
www.eeworm.com/read/181590/9245116
c eap_psk.c
/*
* WPA Supplicant / EAP-PSK (draft-bersani-eap-psk-09.txt)
* Copyright (c) 2004-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/169087/9881326
c eap_ttls.c
/*
* hostapd / EAP-TTLS (draft-ietf-pppext-eap-ttls-05.txt)
* Copyright (c) 2004-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/169087/9881348
c eap_peap.c
/*
* hostapd / EAP-PEAP (draft-josefsson-pppext-eap-tls-eap-07.txt)
* Copyright (c) 2004-2005, Jouni Malinen
*
* This program is free software; you can redistribute it and/or
www.eeworm.com/read/164463/10106728
h in6.h
/*
* Types and definitions for AF_INET6
* Linux INET6 implementation
*
* Authors:
* Pedro Roque
*
* Sources:
* IPv6 Program Interfaces for BSD Systems
*