/external/openssl/crypto/asn1/ |
x_pubkey.c | 352 pub->public_key->flags&= ~(ASN1_STRING_FLAG_BITS_LEFT|0x07); 353 pub->public_key->flags|=ASN1_STRING_FLAG_BITS_LEFT;
|
/external/openssl/crypto/bio/ |
bss_rtcp.c | 76 struct io_status { short status, count; long flags; }; member in struct:io_status 158 bi->flags = 0;
|
/external/openssl/crypto/bn/ |
bn.h | 275 #define BN_set_flags(b,n) ((b)->flags|=(n)) 276 #define BN_get_flags(b,n) ((b)->flags&(n)) 278 /* get a clone of a BIGNUM with changed flags, for *temporary* use only 284 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \ 285 | ((b)->flags & ~BN_FLG_MALLOCED) \ 307 int flags; member in struct:bignum_st 320 int flags; member in struct:bn_mont_ctx_st 332 int flags; member in struct:bn_recp_ctx_st 557 /* BN_BLINDING flags */ [all...] |
/external/openssl/crypto/dh/ |
dh_lib.c | 159 ret->flags=ret->meth->flags;
|
/external/openssl/crypto/dsa/ |
dsa.h | 130 int flags; member in struct:dsa_method 158 int flags; member in struct:dsa_st
|
dsa_lib.c | 166 ret->flags=ret->meth->flags;
|
dsatest.c | 208 dsa->flags |= DSA_FLAG_NO_EXP_CONSTTIME; 214 dsa->flags &= ~DSA_FLAG_NO_EXP_CONSTTIME;
|
/external/openssl/crypto/engine/ |
eng_table.c | 89 /* Global flags (ENGINE_TABLE_FLAG_***). */ 98 void ENGINE_set_table_flags(unsigned int flags) 100 table_flags = flags;
|
/external/openssl/crypto/evp/ |
digest.c | 203 if (!(ctx->flags & EVP_MD_CTX_FLAG_NO_INIT) && type->ctx_size) 226 if (ctx->flags & EVP_MD_CTX_FLAG_NO_INIT)
|
/external/openssl/crypto/ocsp/ |
ocsp_cl.c | 148 unsigned long flags) 168 if (!(flags & OCSP_NOCERTS))
|
/external/openssl/crypto/rsa/ |
rsa_sign.c | 80 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_sign) 278 if((rsa->flags & RSA_FLAG_SIGN_VER) && rsa->meth->rsa_verify)
|
/external/openssl/include/openssl/ |
bn.h | 275 #define BN_set_flags(b,n) ((b)->flags|=(n)) 276 #define BN_get_flags(b,n) ((b)->flags&(n)) 278 /* get a clone of a BIGNUM with changed flags, for *temporary* use only 284 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \ 285 | ((b)->flags & ~BN_FLG_MALLOCED) \ 307 int flags; member in struct:bignum_st 320 int flags; member in struct:bn_mont_ctx_st 332 int flags; member in struct:bn_recp_ctx_st 557 /* BN_BLINDING flags */ [all...] |
dsa.h | 130 int flags; member in struct:dsa_method 158 int flags; member in struct:dsa_st
|
/external/oprofile/libdb/ |
db_manage.c | 175 int flags = (rw == ODB_RDWR) ? (O_CREAT | O_RDWR) : O_RDONLY; local 194 data->fd = open(filename, flags, 0644);
|
/external/protobuf/ |
configure.ac | 51 AC_MSG_CHECKING([C++ compiler flags...]) 100 # Also need to add -lz to the linker flags and make sure this succeeds. 142 # since the flags added by ACX_CHECK_SUNCC must be used when compiling gtest
|
/external/qemu/ |
cpu-all.h | 745 void page_set_flags(target_ulong start, target_ulong end, int flags); 746 int page_check_range(target_ulong start, target_ulong len, int flags); 754 int flags); 757 int flags); 786 /* Breakpoint/watchpoint flags */ 795 int cpu_breakpoint_insert(CPUState *env, target_ulong pc, int flags, 797 int cpu_breakpoint_remove(CPUState *env, target_ulong pc, int flags); 801 int flags, CPUWatchpoint **watchpoint); 803 target_ulong len, int flags); 856 3 flags. The ROMD code stores the page ram offset in iotlb entry, [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_sysvideo.h | 64 SDL_Rect **(*ListModes)(_THIS, SDL_PixelFormat *format, Uint32 flags); 75 int width, int height, int bpp, Uint32 flags); 127 on the current flags of the surface (colorkey, alpha, etc.) 289 /* Driver information flags */
|
/external/qemu/memcheck/ |
memcheck_malloc_map.c | 243 new_entry->desc.flags &= ~clear_flags; 244 new_entry->desc.flags |= set_flags;
|
/external/quake/quake/src/WinQuake/ |
mplpc.cpp | 108 int flags;
member in struct:__anon7138 122 int flags;
member in struct:__anon7140 152 int flags;
member in struct:__anon7144 728 recvfrom(SOCKET s, char *buf, int len, int flags, struct sockaddr *from,
769 if ((flags & MSG_PEEK) == 0) {
777 sendto(SOCKET s, const char *buf, int len, int flags, const struct sockaddr *to, int tolen)
822 FARPOKL(&data->flags, flags);
|
/external/skia/include/views/ |
SkView.h | 54 SkView(uint32_t flags = 0); 57 /** Return the flags associated with the view 60 /** Set the flags associated with the view 62 void setFlags(uint32_t flags); 64 /** Helper that returns non-zero if the kVisible_Mask bit is set in the view's flags
|
/external/skia/src/core/ |
SkMemory_stdlib.cpp | 254 void* sk_malloc_flags(size_t size, unsigned flags) 265 if (flags & SK_MALLOC_THROW)
|
/external/strace/ |
stream.c | 126 /* flags */ 136 int i, flags; local 150 /* pointer to flags */ 153 else if (umove(tcp, tcp->u_arg[3], &flags) < 0) 157 printflags(msgflags, flags, "RS_???"); 209 /* flags */ 221 int i, flags; local 238 /* pointer to flags */ 241 else if (umove(tcp, tcp->u_arg[4], &flags) < 0) 245 printflags(pmsgflags, flags, "MSG_???") [all...] |
/external/v8/src/arm/ |
virtual-frame-arm.cc | 245 InvokeJSFlags flags, 248 __ InvokeBuiltin(id, flags);
|
/external/v8/src/ |
log.h | 40 // Available command line flags: 155 // Acquires resources for logging if the right flags are set. 274 static void PauseProfiler(int flags, int tag); 275 static void ResumeProfiler(int flags, int tag);
|
/external/webkit/WebKit/android/plugins/ |
ANPPaintInterface.cpp | 43 static void anp_setFlags(ANPPaint* paint, ANPPaintFlags flags) { 44 paint->setFlags(flags);
|