Searched refs:sensitive (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/crypto/
H A Dec_private_key.h82 bool sensitive,
116 // TODO(cmasone): consider replacing |permanent| and |sensitive| with a
119 bool sensitive);
128 bool sensitive);
H A Dec_private_key_nss.cc92 PR_FALSE /* not sensitive */);
99 PR_TRUE /* sensitive */);
118 PR_FALSE /* not sensitive */);
132 PR_TRUE /* sensitive */);
148 bool sensitive,
197 sensitive,
279 bool sensitive) {
314 sensitive,
330 bool sensitive) {
353 sensitive,
142 ImportFromEncryptedPrivateKeyInfo( const std::string& password, const uint8* encrypted_private_key_info, size_t encrypted_private_key_info_len, CERTSubjectPublicKeyInfo* decoded_spki, bool permanent, bool sensitive, SECKEYPrivateKey** key, SECKEYPublicKey** public_key) argument
278 CreateWithParams(bool permanent, bool sensitive) argument
325 CreateFromEncryptedPrivateKeyInfoWithParams( const std::string& password, const std::vector<uint8>& encrypted_private_key_info, const std::vector<uint8>& subject_public_key_info, bool permanent, bool sensitive) argument
[all...]
H A Drsa_private_key_nss.cc56 false /* not sensitive */);
64 false /* not sensitive */);
72 true /* sensitive */);
80 true /* sensitive */);
205 bool sensitive) {
230 sensitive,
240 const std::vector<uint8>& input, bool permanent, bool sensitive) {
268 slot.get(), &der_private_key_info, NULL, NULL, permanent, sensitive,
203 CreateWithParams(uint16 num_bits, bool permanent, bool sensitive) argument
239 CreateFromPrivateKeyInfoWithParams( const std::vector<uint8>& input, bool permanent, bool sensitive) argument
H A Drsa_private_key.h235 // TODO(cmasone): consider replacing |permanent| and |sensitive| with a
240 bool sensitive);
248 bool sensitive);
/external/chromium_org/crypto/third_party/nss/
H A Dchromium-nss.h68 PRBool sensitive,
H A Dpk11akey.cc55 PRBool sensitive,
84 public_value, permanent, sensitive, CKK_EC,
48 ImportEncryptedECPrivateKeyInfoAndReturnKey( PK11SlotInfo* slot, SECKEYEncryptedPrivateKeyInfo* epki, SECItem* password, SECItem* nickname, SECItem* public_value, PRBool permanent, PRBool sensitive, SECKEYPrivateKey** private_key, void* wincx) argument
/external/chromium/chrome/browser/resources/options/
H A Dimport_data_overlay.js79 setControlsSensitive_: function(sensitive) {
83 this.setUpCheckboxState_(checkboxes[i], sensitive);
84 $('import-data-commit').disabled = !sensitive;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc774 // TODO: convert sensitive to a secure buffer that gets securely deleted
777 char * sensitive = new char[len]; local
778 size_t pos = strcpyn(sensitive, len, username.data(), username.size());
779 pos += strcpyn(sensitive + pos, len - pos, ":");
780 password.CopyTo(sensitive + pos, true);
784 // TODO: create a sensitive-source version of Base64::encode
785 response.append(Base64::Encode(sensitive));
786 memset(sensitive, 0, len);
787 delete [] sensitive;
818 // TODO: convert sensitive t
821 char * sensitive = new char[len]; // A1 local
961 char * sensitive = new char[len]; local
[all...]
H A Dsocketadapters.cc675 char * sensitive = new char[len];
676 pass_.CopyTo(sensitive, true);
677 request.WriteString(sensitive); // Password
678 memset(sensitive, 0, len);
679 delete [] sensitive;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc781 // TODO: convert sensitive to a secure buffer that gets securely deleted
784 char * sensitive = new char[len]; local
785 size_t pos = strcpyn(sensitive, len, username.data(), username.size());
786 pos += strcpyn(sensitive + pos, len - pos, ":");
787 password.CopyTo(sensitive + pos, true);
791 // TODO: create a sensitive-source version of Base64::encode
792 response.append(Base64::Encode(sensitive));
793 memset(sensitive, 0, len);
794 delete [] sensitive;
825 // TODO: convert sensitive t
828 char * sensitive = new char[len]; // A1 local
969 char * sensitive = new char[len]; local
[all...]
H A Dsocketadapters.cc675 char * sensitive = new char[len];
676 pass_.CopyTo(sensitive, true);
677 request.WriteString(sensitive); // Password
678 memset(sensitive, 0, len);
679 delete [] sensitive;
/external/chromium/crypto/
H A Drsa_private_key_nss.cc55 PR_FALSE /* not sensitive */);
62 PR_TRUE /* sensitive */);
70 PR_FALSE /* not sensitive */);
78 PR_TRUE /* sensitive */);
189 bool sensitive) {
202 &result->public_key_, permanent, sensitive, NULL);
212 const std::vector<uint8>& input, bool permanent, bool sensitive) {
232 slot, &der_private_key_info, NULL, NULL, permanent, sensitive,
187 CreateWithParams(uint16 num_bits, bool permanent, bool sensitive) argument
211 CreateFromPrivateKeyInfoWithParams( const std::vector<uint8>& input, bool permanent, bool sensitive) argument
H A Drsa_private_key.h242 // TODO(cmasone): consider replacing |permanent| and |sensitive| with a
246 bool sensitive);
251 const std::vector<uint8>& input, bool permanent, bool sensitive);
/external/chromium_org/chromeos/dbus/ibus/
H A Dibus_property.cc66 // The 6th bool argument represents whether the property is event sensitive or
68 bool sensitive = true; local
69 if (!ibus_property_reader.PopBool(&sensitive)) {
147 // The event sensitive field is not supported.
/external/openssh/
H A Dsshconnect1.c673 Sensitive *sensitive)
705 for (i = 0; i < sensitive->nkeys; i++) {
706 if (sensitive->keys[i] != NULL &&
707 sensitive->keys[i]->type == KEY_RSA1 &&
709 sensitive->keys[i]))
672 ssh_userauth1(const char *local_user, const char *server_user, char *host, Sensitive *sensitive) argument
H A Dsshconnect2.c266 Sensitive *sensitive; member in struct:Authctxt
366 Sensitive *sensitive)
406 authctxt.sensitive = sensitive;
1654 Sensitive *sensitive = authctxt->sensitive; local
1663 for (i = 0; i < sensitive->nkeys; i++) {
1664 private = sensitive->keys[i];
1668 sensitive->keys[i] = NULL;
1709 if (sensitive
365 ssh_userauth2(const char *local_user, const char *server_user, char *host, Sensitive *sensitive) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dcandidate.h176 std::string ToStringInternal(bool sensitive) const {
178 std::string address = sensitive ? address_.ToSensitiveString() :
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsymrec.h72 /** Set the symbol table to be case sensitive or not.
75 * \param sensitive whether the symbol table should be case sensitive.
78 void yasm_symtab_set_case_sensitive(yasm_symtab *symtab, int sensitive);
H A Dsymrec.c144 yasm_symtab_set_case_sensitive(yasm_symtab *symtab, int sensitive) argument
146 symtab->case_sensitive = sensitive;
/external/libvpx/libvpx/examples/includes/geshi/contrib/
H A Daliased.php28 // Check for dickheads trying to use '../' to get to sensitive areas
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dc.php18 * - Made keywords case-sensitive.
H A Dobjc.php23 * - Changed all keyword groups to be case-sensitive.
H A Docaml.php111 2 => true, /* functions name are case sensitive */
H A Djava5.php613 /* all Java keywords are case sensitive */
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A DCollPerf.pl213 the hardware and compiler. The strcoll operation is particularly sensitive; we

Completed in 751 milliseconds

12