Searched defs:si (Results 51 - 75 of 218) sorted by relevance

123456789

/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_ec.c397 int ossl_cms_ecdsa_dsa_sign(CMS_SignerInfo *si, int verify) argument
H A Dcms_ess.c52 static int ossl_cms_signerinfo_get_signing_cert(const CMS_SignerInfo *si, argument
79 static int ossl_cms_signerinfo_get_signing_cert_v2(const CMS_SignerInfo *si, argument
102 int ossl_cms_check_signing_certs(const CMS_SignerInfo *si, argument
166 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptReques argument
216 cms_msgSigDigest(CMS_SignerInfo *si, unsigned char *dig, unsigned int *diglen) argument
381 ossl_cms_encode_Receipt(CMS_SignerInfo *si) argument
[all...]
H A Dcms_att.c70 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) argument
75 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
80 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj, argument
86 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) argument
91 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) argument
96 CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
103 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
112 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
120 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
130 CMS_signed_get0_data_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *oid, int lastpos, int type) argument
137 CMS_unsigned_get_attr_count(const CMS_SignerInfo *si) argument
142 CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
148 CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, const ASN1_OBJECT *obj, int lastpos) argument
154 CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc) argument
159 CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc) argument
164 CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
171 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
180 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
189 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
199 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
268 ossl_cms_si_check_attributes(const CMS_SignerInfo *si) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp362 uint32_t si = Bits32(opcode, 15, 0); local
/freebsd-current/crypto/openssl/apps/lib/
H A Dcmp_mock_srv.c119 OSSL_CMP_PKISI *si; local
183 OSSL_CMP_PKISI *si = NULL; local
363 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, ossl_unused int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) argument
/freebsd-current/lib/librt/
H A Dsigev_thread.c292 sigev_get_id(siginfo_t *si) argument
367 siginfo_t si; local
[all...]
/freebsd-current/stand/ficl/
H A Dtools.c490 STRINGINFO si; local
[all...]
H A Dficl.c544 STRINGINFO si; local
577 STRINGINFO si; local
600 STRINGINFO si; local
/freebsd-current/tools/tools/netrate/netreceive/
H A Dnetreceive.c127 int i, si, nt = nsock * nthreads; local
/freebsd-current/tools/tools/netmap/
H A Dbridge.c141 u_int m = 0, si = src->first_rx_ring, di = dst->first_tx_ring; local
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.c155 codel_drop_head(struct fq_codel_flow *q, struct fq_codel_si *si) argument
175 codel_enqueue(struct fq_codel_flow *q, struct mbuf *m, struct fq_codel_si *si) argument
215 fq_codel_classify_flow(struct mbuf *m, uint16_t fcount, struct fq_codel_si *si) argument
291 struct fq_codel_si *si; local
355 struct fq_codel_si *si; local
436 struct fq_codel_si *si; local
486 struct fq_codel_si *si = (struct fq_codel_si *)_si ; local
[all...]
H A Dip_dn_io.c613 serve_sched(struct mq *q, struct dn_sch_inst *si, uint64_t now) argument
905 struct dn_sch_inst *si; local
[all...]
/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c331 struct __rpc_sockinfo si; local
525 struct __rpc_sockinfo si; local
[all...]
/freebsd-current/contrib/file/src/
H A Dreadcdf.c300 cdf_summary_info_header_t si; local
517 const struct sinfo *si = &sectioninfo[sd]; local
[all...]
/freebsd-current/usr.sbin/ypserv/
H A Dyp_main.c455 struct __rpc_sockinfo si; local
252 create_service(const int sock, const struct netconfig *nconf, const struct __rpc_sockinfo *si) argument
[all...]
/freebsd-current/contrib/libevent/
H A Darc4random.c114 unsigned char si; local
418 unsigned char si, sj; local
/freebsd-current/sys/dev/sound/midi/
H A Dmpu401.c77 driver_intr_t *si; member in struct:mpu401
/freebsd-current/lib/libc/rpc/
H A Dclnt_generic.c333 struct __rpc_sockinfo si; local
H A Dsvc_simple.c148 struct __rpc_sockinfo si; local
/freebsd-current/stand/uboot/
H A Dglue.c192 static struct sys_info si; variable in typeref:struct:sys_info
489 ub_dump_si(struct sys_info *si) argument
[all...]
H A Dmain.c106 memsize(struct sys_info *si, int flags) argument
123 struct sys_info *si; local
606 struct sys_info *si; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp38 static void SegvHandler(int sig, siginfo_t *si, void *ucontext) { argument
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c121 struct sysinfo si; local
/freebsd-current/contrib/sendmail/src/
H A Dsfsasl.c109 struct sasl_info *si = (struct sasl_info *) info; local
/freebsd-current/crypto/openssl/fuzz/
H A Dcmp.c141 process_certConf(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *certConf, int certReqId, const ASN1_OCTET_STRING *certHash, const OSSL_CMP_PKISI *si) argument

Completed in 197 milliseconds

123456789