Home
last modified time | relevance | path

Searched defs:si (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/openssl/crypto/cms/
Dcms_att.c63 int CMS_signed_get_attr_count(const CMS_SignerInfo *si) in CMS_signed_get_attr_count()
68 int CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, in CMS_signed_get_attr_by_NID()
74 int CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, in CMS_signed_get_attr_by_OBJ()
80 X509_ATTRIBUTE *CMS_signed_get_attr(const CMS_SignerInfo *si, int loc) in CMS_signed_get_attr()
85 X509_ATTRIBUTE *CMS_signed_delete_attr(CMS_SignerInfo *si, int loc) in CMS_signed_delete_attr()
90 int CMS_signed_add1_attr(CMS_SignerInfo *si, X509_ATTRIBUTE *attr) in CMS_signed_add1_attr()
96 int CMS_signed_add1_attr_by_OBJ(CMS_SignerInfo *si, in CMS_signed_add1_attr_by_OBJ()
105 int CMS_signed_add1_attr_by_NID(CMS_SignerInfo *si, in CMS_signed_add1_attr_by_NID()
114 int CMS_signed_add1_attr_by_txt(CMS_SignerInfo *si, in CMS_signed_add1_attr_by_txt()
123 void *CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, in CMS_signed_get0_data_by_OBJ()
[all …]
Dcms_sd.c115 CMS_SignerInfo *si; in cms_sd_set_version() local
172 static int cms_copy_messageDigest(CMS_ContentInfo *cms, CMS_SignerInfo *si) in cms_copy_messageDigest()
305 CMS_SignerInfo *si = NULL; in CMS_add1_signer() local
462 static int cms_add1_signingTime(CMS_SignerInfo *si, ASN1_TIME *t) in cms_add1_signingTime()
505 CMS_SignerInfo *si; in STACK_OF() local
529 void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer) in CMS_SignerInfo_set1_signer_cert()
543 int CMS_SignerInfo_get0_signer_id(CMS_SignerInfo *si, in CMS_SignerInfo_get0_signer_id()
550 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert) in CMS_SignerInfo_cert_cmp()
559 CMS_SignerInfo *si; in CMS_set1_signers_certs() local
606 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk, X509 **signer, in CMS_SignerInfo_get0_algs()
[all …]
Dcms_ess.c140 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr) in CMS_add1_ReceiptRequest()
194 static int cms_msgSigDigest(CMS_SignerInfo *si, in cms_msgSigDigest()
235 CMS_SignerInfo *si, *osi = NULL; in cms_Receipt_verify() local
377 ASN1_OCTET_STRING *cms_encode_Receipt(CMS_SignerInfo *si) in cms_encode_Receipt()
/external/openssl/crypto/pkcs7/
Dpk7_attr.c69 int PKCS7_add_attrib_smimecap(PKCS7_SIGNER_INFO *si, STACK_OF(X509_ALGOR) *cap) in PKCS7_add_attrib_smimecap()
128 int PKCS7_add_attrib_content_type(PKCS7_SIGNER_INFO *si, ASN1_OBJECT *coid) in PKCS7_add_attrib_content_type()
138 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t) in PKCS7_add0_attrib_signing_time()
150 int PKCS7_add1_attrib_digest(PKCS7_SIGNER_INFO *si, in PKCS7_add1_attrib_digest()
Dpk7_smime.c165 PKCS7_SIGNER_INFO *si = NULL; in PKCS7_sign_add_signer() local
235 static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si) in pkcs7_copy_existing_digest()
272 PKCS7_SIGNER_INFO *si; in PKCS7_verify() local
434 PKCS7_SIGNER_INFO *si; in STACK_OF() local
Dpk7_doit.c708 static int do_pkcs7_signed_attrib(PKCS7_SIGNER_INFO *si, EVP_MD_CTX *mctx) in do_pkcs7_signed_attrib()
749 PKCS7_SIGNER_INFO *si; in PKCS7_dataFinal() local
905 int PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si) in PKCS7_SIGNER_INFO_sign()
967 PKCS7 *p7, PKCS7_SIGNER_INFO *si) in PKCS7_dataVerify()
1020 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, in PKCS7_signatureVerify()
1169 ASN1_TYPE *PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid) in PKCS7_get_signed_attribute()
1174 ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid) in PKCS7_get_attribute()
Dpk7_asn1.c134 PKCS7_SIGNER_INFO *si = (PKCS7_SIGNER_INFO *)*pval; variable
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c218 SvcInternal *const si = (SvcInternal *)malloc(sizeof(*si)); in get_svc_internal() local
233 SvcInternal *const si = (SvcInternal *)svc_ctx->internal; in svc_log_reset() local
241 SvcInternal *const si = get_svc_internal(svc_ctx); in svc_log() local
291 SvcInternal *const si = get_svc_internal(svc_ctx); in parse_quantizer_values() local
351 SvcInternal *const si = get_svc_internal(svc_ctx); in parse_scale_factors() local
438 SvcInternal *const si = get_svc_internal(svc_ctx); in parse_options() local
458 SvcInternal *const si = get_svc_internal(svc_ctx); in vpx_svc_set_options() local
470 SvcInternal *const si = get_svc_internal(svc_ctx); in vpx_svc_set_quantizers() local
486 SvcInternal *const si = get_svc_internal(svc_ctx); in vpx_svc_set_scale_factors() local
500 SvcInternal *const si = get_svc_internal(svc_ctx); in vpx_svc_init() local
[all …]
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DDecoder.java231 DataHeader si = d.readDataHeaderForBooleanArray(expectedLength); in readBooleans() local
255 DataHeader si = d.readDataHeaderForArray(1, expectedLength); in readBytes() local
270 DataHeader si = d.readDataHeaderForArray(2, expectedLength); in readShorts() local
285 DataHeader si = d.readDataHeaderForArray(4, expectedLength); in readInts() local
300 DataHeader si = d.readDataHeaderForArray(4, expectedLength); in readFloats() local
315 DataHeader si = d.readDataHeaderForArray(8, expectedLength); in readLongs() local
330 DataHeader si = d.readDataHeaderForArray(8, expectedLength); in readDoubles() local
434 DataHeader si = d.readDataHeaderForArray(4, expectedLength); in readHandles() local
453 DataHeader si = d.readDataHeaderForArray(4, expectedLength); in readUntypedHandles() local
472 DataHeader si = d.readDataHeaderForArray(4, expectedLength); in readConsumerHandles() local
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
Dsvc_encodeframe.c114 SvcInternal *const si = (SvcInternal *)malloc(sizeof(*si)); in get_svc_internal() local
129 SvcInternal *const si = (SvcInternal *)svc_ctx->internal; in svc_log_reset() local
138 SvcInternal *const si = get_svc_internal(svc_ctx); in svc_log() local
236 SvcInternal *const si = get_svc_internal(svc_ctx); in parse_options() local
319 SvcInternal *const si = get_svc_internal(svc_ctx); in vpx_svc_set_options() local
331 const SvcInternal *const si = get_const_svc_internal(svc_ctx); in assign_layer_bitrates() local
367 SvcInternal *const si = get_svc_internal(svc_ctx); in vpx_svc_init() local
463 SvcInternal *const si = get_svc_internal(svc_ctx); in vpx_svc_encode() local
527 const SvcInternal *const si = get_const_svc_internal(svc_ctx); in vpx_svc_get_message() local
547 SvcInternal *const si = get_svc_internal(svc_ctx); in vpx_svc_dump_statistics() local
[all …]
/external/ipsec-tools/src/racoon/
Dsainfo.c179 delsainfo(si) in delsainfo() argument
208 remsainfo(si) in remsainfo() argument
272 sainfo2str(si) in sainfo2str() argument
/external/chromium_org/third_party/icu/source/samples/layout/
Dclayout.c53 SCROLLINFO si; in InitParagraph() local
172 SCROLLINFO si; in WndProc() local
232 SCROLLINFO si; in WndProc() local
Dlayout.cpp52 SCROLLINFO si; in InitParagraph() local
170 SCROLLINFO si; in WndProc() local
230 SCROLLINFO si; in WndProc() local
/external/icu/icu4c/source/samples/layout/
Dclayout.c53 SCROLLINFO si; in InitParagraph() local
172 SCROLLINFO si; in WndProc() local
232 SCROLLINFO si; in WndProc() local
Dlayout.cpp52 SCROLLINFO si; in InitParagraph() local
170 SCROLLINFO si; in WndProc() local
230 SCROLLINFO si; in WndProc() local
/external/chromium_org/third_party/webrtc/system_wrappers/source/
Dcpu_info.cc31 SYSTEM_INFO si; in DetectNumberOfCores() local
/external/webrtc/src/system_wrappers/source/
Dcpu_info.cc37 SYSTEM_INFO si; in DetectNumberOfCores() local
/external/valgrind/main/memcheck/tests/linux/
Dsigqueue.c13 siginfo_t *si; in main() local
/external/compiler-rt/test/asan/TestCases/Posix/
Dwaitid.cc15 siginfo_t *si = (siginfo_t*)(x + argc * 3); in main() local
/external/deqp/framework/delibs/decpp/
DdeSTLUtil.cpp63 set<int> si = intersection(s1, s2); in STLUtil_selfTest() local
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
Dmain.cpp26 strint_map si; in main() local
/external/chromium_org/third_party/WebKit/Source/wtf/
DCryptographicallyRandomNumber.cpp95 uint8_t si = m_stream.s[m_stream.i]; in addRandomData() local
126 uint8_t si = m_stream.s[m_stream.i]; in getByte() local
/external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
Dunique.pass.cpp79 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test() local
164 const unsigned si = sizeof(ii)/sizeof(ii[0]); in test1() local
/external/dhcpcd/
Dif-pref.c37 ifcmp(struct interface *si, struct interface *ti) in ifcmp()
/external/smack/src/org/jivesoftware/smackx/filetransfer/
DFileTransferNegotiator.java261 StreamInitiation si = request.getStreamInitiation(); in selectStreamNegotiator() local
346 public void rejectStream(final StreamInitiation si) { in rejectStream()
401 StreamInitiation si = new StreamInitiation(); in negotiateOutgoingTransfer() local

12345678910