Searched refs:m_burn (Results 1 - 14 of 14) sorted by relevance

/external/dropbear/
H A Dcli-authinteract.c62 m_burn(buf, sizeof(buf));
121 m_burn(p, strlen(p));
128 m_burn(response, response_len);
H A Dsvr-authpasswd.c85 m_burn(password, passwordlen);
H A Drandom.c139 m_burn(hashpool, sizeof(hashpool));
205 m_burn(hash, sizeof(hash));
238 m_burn(randbuf, len);
H A Ddbutil.h64 void m_burn(void* data, unsigned int len);
H A Dsvr-authpam.c119 m_burn(userDatap->passwd, strlen(userDatap->passwd));
249 m_burn(password, passwordlen);
H A Dcli-authpasswd.c149 m_burn(password, strlen(password));
H A Dgenrsa.c133 m_burn(buf, size+1);
H A Dgendss.c144 m_burn(buf, size);
H A Ddss.c332 m_burn(privkeytmp, i);
348 m_burn(proto_k, SHA512_HASH_SIZE);
H A Dbuffer.c75 m_burn(buf->data, buf->size);
H A Dcommon-session.c223 m_burn(ses.keys, sizeof(struct key_context));
H A Dcommon-kex.c273 m_burn(ses.hash, SHA1_HASH_SIZE);
330 m_burn(ses.keys, sizeof(struct key_context));
H A Ddbutil.c670 void m_burn(void *data, unsigned int len) { function
H A Dkeyimport.c683 m_burn(key->keyblob, key->keyblob_size);
685 m_burn(key, sizeof(key));

Completed in 8234 milliseconds