Searched refs:cleartext (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dpwd_cache.c35 Stores a cleartext password.
48 pwd->cleartext = True;
52 Gets a cleartext password.
57 if (pwd->cleartext)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A Dcts128.c419 unsigned char cleartext[64], ciphertext[64]; local
440 CRYPTO_cts128_decrypt_block(ciphertext, cleartext, len, &decks, iv,
442 if (memcmp(cleartext, test_input, len))
458 CRYPTO_cts128_decrypt(ciphertext, cleartext, len, &decks, iv,
460 if (memcmp(cleartext, test_input, len))
469 unsigned char cleartext[64], ciphertext[64], nistvector[64]; local
497 CRYPTO_nistcts128_decrypt_block(ciphertext, cleartext, len, &decks, iv,
499 if (memcmp(cleartext, test_input, len))
515 CRYPTO_nistcts128_decrypt(ciphertext, cleartext, len, &decks, iv,
517 if (memcmp(cleartext, test_inpu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A Dcts128.c419 unsigned char cleartext[64], ciphertext[64]; local
440 CRYPTO_cts128_decrypt_block(ciphertext, cleartext, len, &decks, iv,
442 if (memcmp(cleartext, test_input, len))
458 CRYPTO_cts128_decrypt(ciphertext, cleartext, len, &decks, iv,
460 if (memcmp(cleartext, test_input, len))
469 unsigned char cleartext[64], ciphertext[64], nistvector[64]; local
497 CRYPTO_nistcts128_decrypt_block(ciphertext, cleartext, len, &decks, iv,
499 if (memcmp(cleartext, test_input, len))
515 CRYPTO_nistcts128_decrypt(ciphertext, cleartext, len, &decks, iv,
517 if (memcmp(cleartext, test_inpu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb.h1787 BOOL cleartext; member in struct:pwd_info

Completed in 81 milliseconds