/external/openssl/crypto/pem/ |
pem_all.c | 176 RSA *PEM_read_bio_RSAPrivateKey(BIO *bp, RSA **rsa, pem_password_cb *cb, 180 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u); 186 RSA *PEM_read_RSAPrivateKey(FILE *fp, RSA **rsa, pem_password_cb *cb, 190 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u); 218 DSA *PEM_read_bio_DSAPrivateKey(BIO *bp, DSA **dsa, pem_password_cb *cb, 222 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u); 231 DSA *PEM_read_DSAPrivateKey(FILE *fp, DSA **dsa, pem_password_cb *cb, 235 pktmp = PEM_read_PrivateKey(fp, NULL, cb, u); 262 EC_KEY *PEM_read_bio_ECPrivateKey(BIO *bp, EC_KEY **key, pem_password_cb *cb, 266 pktmp = PEM_read_bio_PrivateKey(bp, NULL, cb, u) [all...] |
pem.h | 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ 225 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \ 242 unsigned char *kstr, int klen, pem_password_cb *cb, \ 245 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ 250 unsigned char *kstr, int klen, pem_password_cb *cb, \ 253 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ 259 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\ 261 return PEM_ASN1_read_bio((d2i_of_void *)d2i_##asn1, str,bp,(void **)x,cb,u); \ 278 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \ 280 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); [all...] |
pem_oth.c | 71 pem_password_cb *cb, void *u) 78 if (!PEM_bytes_read_bio(&data, &len, NULL, name, bp, cb, u))
|
/external/openssl/crypto/rsa/ |
rsa_depr.c | 74 BN_GENCB cb; local 90 BN_GENCB_set_old(&cb, callback, cb_arg); 92 if(RSA_generate_key_ex(rsa, bits, e, &cb)) {
|
/external/bzip2/ |
bzmore | 22 cb='cbreak'; ncb='-cbreak' 25 cb='min 1 -icanon'; ncb='icanon eof ^d' 45 stty $cb -echo 2>/dev/null
|
/development/ndk/platforms/android-9/include/android/ |
storage_manager.h | 103 AStorageManager_obbCallbackFunc cb, void* data); 109 AStorageManager_obbCallbackFunc cb, void* data);
|
/external/qemu/ |
dma.h | 37 BlockDriverCompletionFunc *cb, void *opaque); 40 BlockDriverCompletionFunc *cb, void *opaque);
|
/frameworks/base/native/include/android/ |
storage_manager.h | 104 AStorageManager_obbCallbackFunc cb, void* data); 110 AStorageManager_obbCallbackFunc cb, void* data);
|
/external/openssl/crypto/bn/ |
bn_prime.c | 137 int BN_GENCB_call(BN_GENCB *cb, int a, int b) 140 if(!cb) return 1; 141 switch(cb->ver) 145 if(!cb->cb.cb_1) 147 cb->cb.cb_1(a, b, cb->arg); 151 return cb->cb.cb_2(a, b, cb) [all...] |
/external/chromium/net/tools/flip_server/ |
epoll_server.cc | 117 CB* cb = cb_iter->cb; local 120 if (cb) { 121 cb->OnShutdown(this, fd); 191 void EpollServer::RegisterFD(int fd, CB* cb, int event_mask) { 192 CHECK(cb); 200 CB* other_cb = fd_i->cb; 270 CB* cb = fd_i->cb; local 467 AlarmCB* cb = iterator_token->second; local 740 AlarmCB* cb = i->second; local [all...] |
/external/webkit/WebKit/win/ |
MemoryStream.h | 54 /* [in] */ ULONG cb, 59 /* [in] */ ULONG cb, 73 /* [in] */ ULARGE_INTEGER cb, 84 /* [in] */ ULARGE_INTEGER cb, 89 /* [in] */ ULARGE_INTEGER cb,
|
MemoryStream.cpp | 91 /* [in] */ ULONG cb, 102 if (m_pos + cb < m_buffer->size()) 103 *pcbRead = cb; 115 /* [in] */ ULONG /*cb*/, 184 /* [in] */ ULARGE_INTEGER cb, 190 if (cb.HighPart) { 191 cb.HighPart = 0; 192 cb.LowPart = (DWORD)-1; 196 ULONG read = min(cb.LowPart, (ULONG)(m_buffer->size()-m_pos)); 223 /* [in] */ ULARGE_INTEGER /*cb*/, [all...] |
/external/libvpx/vpx_scale/dm642/ |
gen_scalers_c64.c | 58 unsigned int ba, cb, dc, ed; local 91 cb = _unpkhu4(_rotl(src_current, 8)); 98 des [2] = _dotprsu2(cb, const_154_102); 111 cb = _unpkhu4(_rotl(src_current, 8)); 116 des [2] = _dotprsu2(cb, const_154_102); 145 unsigned int ba, cb, dc, ed; local 168 cb = _pack2(c, b); 180 des [dest_pitch*2] = _dotprsu2(cb, const_154_102); 213 unsigned int ba, cb, dc; local 231 cb = _pack2(c, b) 279 unsigned int ba, cb, dc; local 352 unsigned int ba, cb, dc; local 415 unsigned int ba, cb; local [all...] |
/hardware/ti/wlan/wl1271/Txn/ |
WspiBusDrv.c | 198 * \param fCbFunc - CB function for Async transaction completion (after all txn parts are completed). 199 * \param hCbArg - The CB function handle 213 WSPI_CB_T cb; local 226 cb.CBFunc = ConnectDone_CB;/* The BusTxn callback called upon Async transaction end. */ 227 cb.CBArg = hBusDrv; /* The handle for the BusDrv. */ 230 iStatus = WSPI_Configure(pBusDrv->hWspi, pBusDrv->hReport, &wspi_config, &cb); 280 WSPI_CB_T cb; local 285 cb.CBFunc = asyncEnded_CB; /* The BusTxn callback called upon Async transaction end. */ 286 cb.CBArg = hBusDrv; /* The handle for the BusTxnCB. */ 304 pBusDrv->eCurrTxnStatus = WSPI_WriteAsync(pBusDrv->hWspi, pTxn->uHwAddr,tempWriteBuff,pTxn->aLen[0], &cb, TI_TRUE, TI_TRUE,TXN_PARAM_GET_FIXED_ADDR(pTxn)); [all...] |
/system/wlan/ti/wilink_6_1/Txn/ |
WspiBusDrv.c | 198 * \param fCbFunc - CB function for Async transaction completion (after all txn parts are completed). 199 * \param hCbArg - The CB function handle 213 WSPI_CB_T cb; local 226 cb.CBFunc = ConnectDone_CB;/* The BusTxn callback called upon Async transaction end. */ 227 cb.CBArg = hBusDrv; /* The handle for the BusDrv. */ 230 iStatus = WSPI_Configure(pBusDrv->hWspi, pBusDrv->hReport, &wspi_config, &cb); 280 WSPI_CB_T cb; local 285 cb.CBFunc = asyncEnded_CB; /* The BusTxn callback called upon Async transaction end. */ 286 cb.CBArg = hBusDrv; /* The handle for the BusTxnCB. */ 304 pBusDrv->eCurrTxnStatus = WSPI_WriteAsync(pBusDrv->hWspi, pTxn->uHwAddr,tempWriteBuff,pTxn->aLen[0], &cb, TI_TRUE, TI_TRUE,TXN_PARAM_GET_FIXED_ADDR(pTxn)); [all...] |
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form21h.java | 86 CstLiteralBits cb = (CstLiteralBits) cst; local 90 int bits = cb.getIntBits(); 93 long bits = cb.getLongBits(); 108 CstLiteralBits cb = (CstLiteralBits) ((CstInsn) insn).getConstant(); local 113 bits = (short) (cb.getIntBits() >>> 16); 115 bits = (short) (cb.getLongBits() >>> 48);
|
/bionic/libc/arch-x86/bionic/ |
dl_iterate_phdr_static.c | 54 dl_iterate_phdr(int (*cb)(struct dl_phdr_info *info, size_t size, void *data), 72 return cb(&dl_info, sizeof (struct dl_phdr_info), data);
|
/external/bluetooth/bluez/audio/ |
gateway.h | 46 gateway_stream_cb_t cb, void *user_data); 47 int gateway_config_stream(struct audio_device *dev, gateway_stream_cb_t cb,
|
headset.h | 48 unsigned int headset_add_state_cb(headset_state_cb cb, void *user_data); 69 headset_stream_cb_t cb, 72 headset_stream_cb_t cb, 75 headset_stream_cb_t cb,
|
/external/openssl/include/openssl/ |
pem.h | 223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ 225 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \ 242 unsigned char *kstr, int klen, pem_password_cb *cb, \ 245 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ 250 unsigned char *kstr, int klen, pem_password_cb *cb, \ 253 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \ 259 type *PEM_read_bio_##name(BIO *bp, type **x, pem_password_cb *cb, void *u)\ 261 return PEM_ASN1_read_bio((d2i_of_void *)d2i_##asn1, str,bp,(void **)x,cb,u); \ 278 unsigned char *kstr, int klen, pem_password_cb *cb, void *u) \ 280 return PEM_ASN1_write_bio((i2d_of_void *)i2d_##asn1,str,bp,x,enc,kstr,klen,cb,u); [all...] |
/frameworks/base/core/java/android/service/urlrenderer/ |
UrlRenderer.java | 62 InternalCallback(Callback cb) { 63 mCallback = cb;
|
/bionic/libc/netbsd/net/ |
nsdispatch.c | 117 nss_method cb; local 136 cb = _nsmethod(srclist[i].name, database, method, 139 if (cb != NULL) { 141 result = (*cb)(retval, cb_data, ap);
|
/bionic/libdl/ |
libdl.c | 30 /* we munge the cb definition so we don't have to include any headers here. 32 int dl_iterate_phdr(int (*cb)(void *info, void *size, void *data),
|
/external/bluetooth/bluez/src/ |
agent.c | 82 void *cb; member in struct:agent_request 162 agent_cb cb; local 169 pincode_cb = agent->request->cb; 173 cb = agent->request->cb; 174 cb(agent, &err, agent->request->user_data); 195 gboolean oob, agent_remove_cb cb, 207 agent->remove_cb = cb; 219 void *cb, 229 req->cb = cb 259 agent_cb cb = req->cb; local 423 agent_pincode_cb cb = req->cb; local 599 agent_passkey_cb cb = req->cb; local 704 agent_oob_data_cb cb = req->cb; local [all...] |
/external/openssl/crypto/dsa/ |
dsa_gen.c | 86 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) 90 counter_ret, h_ret, cb); 108 seed_in, seed_len, counter_ret, h_ret, cb); 114 int *counter_ret, unsigned long *h_ret, BN_GENCB *cb) 180 if(!BN_GENCB_call(cb, 0, m++)) 217 seed_is_random, cb); 227 if(!BN_GENCB_call(cb, 2, 0)) goto err; 228 if(!BN_GENCB_call(cb, 3, 0)) goto err; 239 if ((counter != 0) && !BN_GENCB_call(cb, 0, counter)) 280 ctx, 1, cb); [all...] |