Searched defs:si (Results 1 - 25 of 49) sorted by relevance

12

/barrelfish-2018-10-04/lib/msun/src/
H A Ds_nan.c53 int si; /* index into s */ local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pkcs7/
H A Dsign.c72 PKCS7_SIGNER_INFO *si; local
H A Dpk7_attr.c69 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) argument
128 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) argument
138 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t) argument
150 int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si, argument
[all...]
H A Ddec.c80 PKCS7_SIGNER_INFO *si; local
H A Dexample.c8 int add_signed_time(PKCS7_SIGNER_INFO *si) argument
20 ASN1_UTCTIME *get_signed_time(PKCS7_SIGNER_INFO *si) argument
32 void add_signed_string(PKCS7_SIGNER_INFO *si, char *str) argument
47 int get_signed_string(PKCS7_SIGNER_INFO *si, char *buf, int len) argument
75 int add_signed_seq2string(PKCS7_SIGNER_INFO *si, char *str1, char *str2) argument
115 get_signed_seq2string(PKCS7_SIGNER_INFO *si, char **str1, char **str2) argument
183 PKCS7_SIGNER_INFO si; local
214 PKCS7_SIGNER_INFO si; local
238 add_seq2string(PKCS7_SIGNER_INFO *si, char *str1, char *str2) argument
282 PKCS7_SIGNER_INFO si; local
[all...]
H A Dverify.c77 PKCS7_SIGNER_INFO *si; local
H A Dpk7_smime.c165 PKCS7_SIGNER_INFO *si = NULL; local
235 static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si) argument
272 PKCS7_SIGNER_INFO *si; local
434 PKCS7_SIGNER_INFO *si; local
[all...]
H A Dpk7_lib.c416 PKCS7_SIGNER_INFO *si = NULL; local
474 void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk, argument
581 PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si) argument
[all...]
/barrelfish-2018-10-04/usr/init/
H A Dspawn.c20 errval_t initialize_mem_serv(struct spawninfo *si) argument
41 errval_t initialize_monitor(struct spawninfo *si) argument
[all...]
/barrelfish-2018-10-04/lib/gdtoa/
H A Ddmisc.c115 ULong si, z, zs; local
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn_vspace.c26 errval_t spawn_vspace_init(struct spawninfo *si, struct capref vnode, argument
70 errval_t spawn_vspace_map_one_frame(struct spawninfo *si, genvaddr_t *retaddr, argument
126 spawn_vspace_map_fixed_one_frame(struct spawninfo *si, genvaddr_t addr, struct capref frame, size_t size) argument
181 spawn_vspace_map_anon_fixed_attr(struct spawninfo *si, genvaddr_t addr, size_t size, struct vregion **vregion, struct memobj **memobj, vregion_flags_t flags) argument
[all...]
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dsvc_generic.c204 struct __rpc_sockinfo si; local
H A Dclnt_generic.c340 struct __rpc_sockinfo si; local
H A Dsvc_simple.c150 struct __rpc_sockinfo si; local
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dradixsort.c59 int sn, si; member in struct:__anon1047
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_att.c63 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) argument
68 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, argument
74 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, argument
80 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) argument
85 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) argument
90 CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
96 CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
105 CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
114 CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
123 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
129 CMS_unsigned_get_attr_count(const CMS_SignerInfo *si) argument
134 CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
140 CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, int lastpos) argument
146 CMS_unsigned_get_attr(const CMS_SignerInfo *si, int loc) argument
151 CMS_unsigned_delete_attr(CMS_SignerInfo *si, int loc) argument
156 CMS_unsigned_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) argument
162 CMS_unsigned_add1_attr_by_OBJ(CMS_SignerInfo *si, const ASN1_OBJECT *obj, int type, const void *bytes, int len) argument
171 CMS_unsigned_add1_attr_by_NID(CMS_SignerInfo *si, int nid, int type, const void *bytes, int len) argument
180 CMS_unsigned_add1_attr_by_txt(CMS_SignerInfo *si, const char *attrname, int type, const void *bytes, int len) argument
189 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
[all...]
H A Dcms_ess.c140 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr) argument
194 static int cms_msgSigDigest(CMS_SignerInfo *si, argument
377 cms_encode_Receipt(CMS_SignerInfo *si) argument
[all...]
H A Dcms_smime.c279 static int cms_signerinfo_verify_cert(CMS_SignerInfo *si, argument
319 CMS_SignerInfo *si; local
501 CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs, unsigned int flags) argument
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Dinheritance.c62 struct lwip_sockinfo si; local
214 struct lwip_sockinfo *si = (struct lwip_sockinfo *)(buf + (uintptr_t)fds->handle); local
[all...]
/barrelfish-2018-10-04/lib/spawndomain/arch/aarch64/
H A Dspawn_arch.c56 struct spawninfo *si = state; local
154 errval_t spawn_arch_load(struct spawninfo *si, argument
[all...]
/barrelfish-2018-10-04/lib/spawndomain/arch/arm/
H A Dspawn_arch.c56 struct spawninfo *si = state; local
154 errval_t spawn_arch_load(struct spawninfo *si, argument
[all...]
/barrelfish-2018-10-04/usr/monitor/
H A Dspawn.c26 static errval_t set_special_caps(struct spawninfo *si, const char *pname) argument
154 struct spawninfo si; local
198 struct spawninfo si; local
389 struct spawninfo si; local
[all...]
/barrelfish-2018-10-04/usr/startd/
H A Dspawn.c77 static int prepare_spawn(size_t *bmpos, struct spawn_info *si) argument
132 struct spawn_info si; local
209 struct spawn_info si; local
269 struct spawn_info si; local
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Darc4random.c102 u_int8_t si; local
193 u_int8_t si, sj; local
/barrelfish-2018-10-04/lib/spawndomain/arch/x86/
H A Dspawn_arch.c60 struct spawninfo *si = state; local
226 spawn_arch_load(struct spawninfo *si, lvaddr_t binary, size_t binary_size, genvaddr_t *entry, void** arch_load_info) argument
[all...]

Completed in 160 milliseconds

12