/external/dropbear/ |
D | genrsa.c | 47 key = (rsa_key*)m_malloc(sizeof(rsa_key)); in gen_rsa_priv_key() 49 key->e = (mp_int*)m_malloc(sizeof(mp_int)); in gen_rsa_priv_key() 50 key->n = (mp_int*)m_malloc(sizeof(mp_int)); in gen_rsa_priv_key() 51 key->d = (mp_int*)m_malloc(sizeof(mp_int)); in gen_rsa_priv_key() 52 key->p = (mp_int*)m_malloc(sizeof(mp_int)); in gen_rsa_priv_key() 53 key->q = (mp_int*)m_malloc(sizeof(mp_int)); in gen_rsa_priv_key() 102 buf = (unsigned char*)m_malloc(size+1); in getrsaprime()
|
D | gendss.c | 50 key = (dss_key*)m_malloc(sizeof(dss_key)); in gen_dss_priv_key() 52 key->p = (mp_int*)m_malloc(sizeof(mp_int)); in gen_dss_priv_key() 53 key->q = (mp_int*)m_malloc(sizeof(mp_int)); in gen_dss_priv_key() 54 key->g = (mp_int*)m_malloc(sizeof(mp_int)); in gen_dss_priv_key() 55 key->y = (mp_int*)m_malloc(sizeof(mp_int)); in gen_dss_priv_key() 56 key->x = (mp_int*)m_malloc(sizeof(mp_int)); in gen_dss_priv_key() 107 buf = (unsigned char*)m_malloc(size); in getp()
|
D | signkey.c | 36 ret = (sign_key*)m_malloc(sizeof(sign_key)); in new_sign_key() 115 key->dsskey = (dss_key*)m_malloc(sizeof(dss_key)); in buf_get_pub_key() 125 key->rsakey = (rsa_key*)m_malloc(sizeof(rsa_key)); in buf_get_pub_key() 168 key->dsskey = (dss_key*)m_malloc(sizeof(dss_key)); in buf_get_priv_key() 178 key->rsakey = (rsa_key*)m_malloc(sizeof(rsa_key)); in buf_get_priv_key() 294 ret = (char*)m_malloc(buflen); in sign_key_md5_fingerprint() 329 ret = (char*)m_malloc(buflen); in sign_key_sha1_fingerprint()
|
D | dss.c | 50 key->p = m_malloc(sizeof(mp_int)); in buf_get_dss_pub_key() 51 key->q = m_malloc(sizeof(mp_int)); in buf_get_dss_pub_key() 52 key->g = m_malloc(sizeof(mp_int)); in buf_get_dss_pub_key() 53 key->y = m_malloc(sizeof(mp_int)); in buf_get_dss_pub_key() 90 key->x = m_malloc(sizeof(mp_int)); in buf_get_dss_priv_key() 271 ret = m_malloc(size); in mptobytes()
|
D | dbutil.c | 221 *errstring = (char*)m_malloc(len); in dropbear_listen() 287 *errstring = (char*)m_malloc(len); in dropbear_listen() 325 *errstring = (char*)m_malloc(len); in connect_remote() 374 *errstring = (char*)m_malloc(len); in connect_remote() 428 retstring = (char*)m_malloc(len); in getaddrstring() 510 ret = m_malloc(len+1); in stripcontrol() 621 void * m_malloc(size_t size) { in m_malloc() function
|
D | rsa.c | 54 key->e = m_malloc(sizeof(mp_int)); in buf_get_rsa_pub_key() 55 key->n = m_malloc(sizeof(mp_int)); in buf_get_rsa_pub_key() 102 key->d = m_malloc(sizeof(mp_int)); in buf_get_rsa_priv_key() 112 key->p = m_malloc(sizeof(mp_int)); in buf_get_rsa_priv_key() 113 key->q = m_malloc(sizeof(mp_int)); in buf_get_rsa_priv_key()
|
D | buffer.c | 49 buf = (buffer*)m_malloc(sizeof(buffer)); in buf_new() 52 buf->data = (unsigned char*)m_malloc(size); in buf_new() 218 ret = m_malloc(len+1); in buf_getstring()
|
D | cli-runopts.c | 253 cli_opts.cmd = (char*)m_malloc(cmdlen); in cli_getopts() 310 nextkey = (struct SignKeyList*)m_malloc(sizeof(struct SignKeyList)); in loadidentityfile() 393 newfwd = (struct TCPFwdList*)m_malloc(sizeof(struct TCPFwdList)); in addforward()
|
D | cli-kex.c | 46 cli_ses.dh_e = (mp_int*)m_malloc(sizeof(mp_int)); in send_msg_kexdh_init() 47 cli_ses.dh_x = (mp_int*)m_malloc(sizeof(mp_int)); in send_msg_kexdh_init() 168 filename = m_malloc(len + 18); /* "/.ssh/known_hosts" and null-terminator*/ in open_known_hosts_file()
|
D | circbuffer.c | 39 cbuf = (circbuffer*)m_malloc(sizeof(circbuffer)); in cbuf_new() 40 cbuf->data = (unsigned char*)m_malloc(size); in cbuf_new()
|
D | listener.c | 33 ses.listeners = (struct Listener**)m_malloc(sizeof(struct Listener*)); in listeners_initialise() 120 newlisten = (struct Listener*)m_malloc(sizeof(struct Listener)); in new_listener()
|
D | common-kex.c | 345 ses.newkeys->recv_zstream = (z_streamp)m_malloc(sizeof(z_stream)); in gen_new_zstreams() 357 ses.newkeys->trans_zstream = (z_streamp)m_malloc(sizeof(z_stream)); in gen_new_zstreams() 532 ses.dh_K = (mp_int*)m_malloc(sizeof(mp_int)); in kexdh_comb_key() 575 ses.session_id = (unsigned char*)m_malloc(SHA1_HASH_SIZE); in kexdh_comb_key() 603 ses.newkeys = (struct key_context*)m_malloc(sizeof(struct key_context)); in read_kex_algos()
|
D | svr-authpam.c | 115 resp = (struct pam_response*) m_malloc(sizeof(struct pam_response)); in pamConvFunc() 141 resp = (struct pam_response*) m_malloc(sizeof(struct pam_response)); in pamConvFunc()
|
D | svr-agentfwd.c | 128 path = m_malloc(len); in agentset() 161 path = m_malloc(len); in agentcleanup()
|
D | svr-chansession.c | 222 chansess = (struct ChanSess*)m_malloc(sizeof(struct ChanSess)); in newchansess() 800 hushpath = m_malloc(len); in ptycommand() 974 argv[0] = (char*)m_malloc(len); in execchild() 1010 svr_ses.childpids = (struct ChildPid*)m_malloc(sizeof(struct ChildPid)); in svr_chansessinitialise() 1032 newvar = m_malloc(plen + vlen + 2); /* 2 is for '=' and '\0' */ in addnewvar()
|
D | svr-authpubkey.c | 184 filename = m_malloc(len + 22); in checkpubkey() 279 filename = m_malloc(len + 22); in checkpubkeyperms()
|
D | common-session.c | 88 ses.keys = (struct key_context*)m_malloc(sizeof(struct key_context)); in common_session_init() 267 ses.remoteident = m_malloc(len); in session_identification()
|
D | dbutil.h | 59 void * m_malloc(size_t size);
|
D | queue.c | 74 newlink = (struct Link*)m_malloc(sizeof(struct Link)); in enqueue()
|
D | cli-main.c | 71 hostandport = (char*)m_malloc(len);
|
D | cli-tcpfwd.c | 97 tcpinfo = (struct TCPListener*)m_malloc(sizeof(struct TCPListener)); in cli_localtcp()
|
D | random.c | 226 randbuf = (unsigned char*)m_malloc(len); in gen_random_mpint()
|
D | svr-tcpfwd.c | 205 tcpinfo = (struct TCPListener*)m_malloc(sizeof(struct TCPListener)); in svr_remotetcpreq()
|
/external/webkit/JavaScriptCore/wtf/wince/ |
D | MemoryManager.cpp | 62 void* MemoryManager::m_malloc(size_t size) in m_malloc() function in WTF::MemoryManager 122 void *fastMalloc(size_t n) { return MemoryManager::m_malloc(n); } in fastMalloc()
|
D | MemoryManager.h | 41 static void* m_malloc(size_t size);
|