HomeSort by relevance Sort by last modified time
    Searched refs:si (Results 76 - 100 of 355) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openssl/include/openssl/
pkcs7.h 226 #define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
227 #define PKCS7_get_attributes(si) ((si)->unauth_attr)
316 int PKCS7_SIGNER_INFO_sign(PKCS7_SIGNER_INFO *si);
322 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
323 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
333 X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
338 void PKCS7_SIGNER_INFO_get0_algs(PKCS7_SIGNER_INFO *si, EVP_PKEY **pk,
352 ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid)
376 STACK_OF(X509_ALGOR) *PKCS7_get_smimecap(PKCS7_SIGNER_INFO *si); variable
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
SignerInfo.java 184 SignerInfo si = (SignerInfo) object;
185 values[0] = new byte[] {(byte)si.version};
187 values[1] = new Object[] { new Name(si.issuer.getName()),
188 si.serialNumber.toByteArray() };
190 // The exception is never thrown, because si.issuer
195 values[2] = si.digestAlgorithm;
196 values[3] = si.authenticatedAttributes;
197 values[4] = si.digestEncryptionAlgorithm;
198 values[5] = si.encryptedDigest;
199 values[6] = si.unauthenticatedAttributes
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
384 if ( (this->*comparison)( si,sij ) > 0 ) {
385 (this->*swap)( si,sij );
389 if ( (this->*comparison)( si,sij ) > 0 ) {
390 (this->*swap)( si,sij );
396 sk = si; sL = sj
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
384 if ( (this->*comparison)( si,sij ) > 0 ) {
385 (this->*swap)( si,sij );
389 if ( (this->*comparison)( si,sij ) > 0 ) {
390 (this->*swap)( si,sij );
396 sk = si; sL = sj
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
384 if ( (this->*comparison)( si,sij ) > 0 ) {
385 (this->*swap)( si,sij );
389 if ( (this->*comparison)( si,sij ) > 0 ) {
390 (this->*swap)( si,sij );
396 sk = si; sL = sj
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 42 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t);
64 vp8_stream_info_t si; member in struct:vpx_codec_alg_priv
82 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags)
89 (void)si;
117 static vpx_codec_err_t vp8_validate_mmaps(const vp8_stream_info_t *si,
133 /* Verify variable size segment is big enough for the current si. */
138 cfg.w = si->w;
139 cfg.h = si->h;
165 ctx->priv->alg_priv->si.sz = sizeof(ctx->priv->alg_priv->si);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 188 GR_SCREEN_INFO si ; local
209 GrGetScreenInfo (& si) ;
210 SDL_Visual.bpp = si.bpp ;
213 this->info.current_w = si.cols ;
214 this->info.current_h = si.rows ;
223 SDL_modelist [0] -> w = si.cols ;
224 SDL_modelist [0] -> h = si.rows ;
229 pixel_type = si.pixtype;
230 SDL_Visual.red_mask = si.rmask;
231 SDL_Visual.green_mask = si.gmask
462 GR_SCREEN_INFO si ; local
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 412 push si
416 mov si, #cirrus_not_installed variable
418 mov si, #cirrus_installed variable
422 pop si
467 push si
473 mov si, [cirrus_vesa_sel0000_data] variable
475 xor si, si
477 mov ds, si
488 pop si
559 mov si, [cirrus_vesa_sel0000_data] variable
757 mov si, #0xffff variable
839 mov si, #_cirrus_vesa_modelist variable
843 add si, #2 variable
1033 mov si, [cirrus_vesa_sel0000_data] variable
1244 mov si, #_cirrus_vesa_modelist variable
1250 add si, #4 variable
1278 mov si, #_cirrus_modes variable
1286 add si, # CIRRUS_MODE_SIZE variable
1289 xor si, si variable
1483 mov si, ax variable
    [all...]
  /bionic/libc/upstream-netbsd/libc/gen/
psignal.c 82 psiginfo(const siginfo_t *si, const char *s)
84 psignal(si->si_signo, s);
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 114 int si = code - SBASE; local
116 if (si < 0 || si >= SCOUNT)
119 if (si % TCOUNT) {
121 *a = SBASE + (si / TCOUNT) * TCOUNT;
122 *b = TBASE + (si % TCOUNT);
126 *a = LBASE + (si / NCOUNT);
127 *b = VBASE + (si % NCOUNT) / TCOUNT;
  /external/libvpx/libvpx/vpx/
vpx_decoder.h 158 * \param[in,out] si Pointer to stream info to update. The size member
169 vpx_codec_stream_info_t *si);
177 * \param[in,out] si Pointer to stream info to update. The size member
186 vpx_codec_stream_info_t *si);
  /external/openssl/crypto/pkcs7/
pk7_doit.c 703 static int do_pkcs7_signed_attrib(PKCS7_SIGNER_INFO *si, EVP_MD_CTX *mctx)
709 if (!PKCS7_get_signed_attribute(si, NID_pkcs9_signingTime))
711 if (!PKCS7_add0_attrib_signing_time(si, NULL))
725 if (!PKCS7_add1_attrib_digest(si, md_data, md_len))
732 if (!PKCS7_SIGNER_INFO_sign(si))
744 PKCS7_SIGNER_INFO *si; local
817 si=sk_PKCS7_SIGNER_INFO_value(si_sk,i);
818 if (si->pkey == NULL)
821 j = OBJ_obj2nid(si->digest_alg->algorithm);
835 sk=si->auth_attr
    [all...]
verify.c 77 PKCS7_SIGNER_INFO *si; local
184 si=sk_PKCS7_SIGNER_INFO_value(sk,i);
185 rc=PKCS7_dataVerify(cert_store,&cert_ctx,p7bio,p7,si);
189 if ((tm=get_signed_time(si)) != NULL)
196 if (get_signed_seq2string(si,&str1,&str2))
  /external/openssl/crypto/
sparcv9cap.c 94 char *e,si[256];
106 if (sysinfo(SI_MACHINE,si,sizeof(si))>0)
108 if (strcmp(si,"sun4v"))
113 if (sysinfo(SI_ISALIST,si,sizeof(si))>0)
115 if (strstr(si,"+vis"))
117 if (strstr(si,"+vis2"))
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodTest.java 93 final ServiceInfo si = new ServiceInfo(); local
98 si.applicationInfo = ai;
99 si.enabled = true;
100 si.packageName = packageName;
101 si.name = name;
102 si.exported = true;
103 si.nonLocalizedLabel = label;
104 ri.serviceInfo = si;
  /external/clang/test/Sema/
conversion.c 413 void test26(int si, long sl) {
414 si = sl % sl; // expected-warning {{implicit conversion loses integer precision: 'long' to 'int'}}
415 si = sl % si;
416 si = si % sl;
417 si = si / sl;
418 si = sl / si; // expected-warning {{implicit conversion loses integer precision: 'long' to 'int'}
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 249 short si; member in struct:__anon2927
258 short si = find_inode(&root, section); local
259 if(si >= 0)
261 const cfg_node* section_node = &root.child[si];
271 short si = find_inode(&root, section); local
272 if(si >= 0)
274 const cfg_node* section_node = &root.child[si];
291 int si, ki, vi; local
293 for(si = 0; si < GET_CHILD_MAX_COUNT(&root); si++
439 int si = -1, ki = -1, vi = -1; local
481 int si = -1, ki = -1, vi = -1; local
548 short si = -1, ki = -1, vi = -1; local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 167 StartItem si = list.get(i); local
169 pw.print(" id="); pw.print(si.id);
172 TimeUtils.formatDuration(si.deliveredTime, now, pw);
174 if (si.deliveryCount != 0) {
175 pw.print(" dc="); pw.print(si.deliveryCount);
177 if (si.doneExecutingCount != 0) {
178 pw.print(" dxc="); pw.print(si.doneExecutingCount);
182 if (si.intent != null) pw.println(si.intent.toString());
184 if (si.neededGrants != null)
335 StartItem si = deliveredStarts.get(i); local
    [all...]
  /external/strace/
stream.c 1040 struct strioctl si; local
1050 if (umove(tcp, arg, &si) < 0) {
1056 iop = ioctl_lookup(si.ic_cmd);
1062 tprintf(", {ic_cmd=%#x", si.ic_cmd);
1063 if (si.ic_timout == INFTIM)
1066 tprintf(" ic_timout=%d, ", si.ic_timout);
1069 switch (si.ic_cmd) {
1083 tprintf("ic_len=%d, ic_dp=", si.ic_len);
1084 switch (si.ic_cmd) {
1092 si.ic_dp, si.ic_len)
    [all...]
  /bionic/linker/
linker.h 180 int do_dlclose(soinfo* si);
185 Elf32_Sym* dladdr_find_symbol(soinfo* si, const void* addr);
186 Elf32_Sym* dlsym_handle_lookup(soinfo* si, const char* name);
  /external/valgrind/main/none/tests/amd64/
faultstatus.c 58 static void handler(int sig, siginfo_t *si, void *uc)
63 ok = ok && testcode(si->si_code, cur_test->code);
65 ok = ok && testaddr(si->si_addr, cur_test->addr);
  /external/valgrind/main/none/tests/
faultstatus.c 87 static void handler(int sig, siginfo_t *si, void *uc)
92 ok = ok && testcode(si->si_code, cur_test->code);
94 ok = ok && testaddr(si->si_addr, cur_test->addr);
  /external/valgrind/main/none/tests/x86/
faultstatus.c 61 static void handler(int sig, siginfo_t *si, void *uc)
66 ok = ok && testcode(si->si_code, cur_test->code);
68 ok = ok && testaddr(si->si_addr, cur_test->addr);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_get_scale_factors.cpp 39 mp3SideInfo *si, side info
133 mp3SideInfo *si,
141 granuleInfo *gr_info = &(si->ch[ch].gran[gr]);
194 if ((si->ch[ch].scfsi[i] == 0) || (gr == 0))
  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 11 static void int_handler(int signum, siginfo_t *si, void *uc_arg)

Completed in 5224 milliseconds

1 2 34 5 6 7 8 91011>>