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

12

/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dcrypto_none.c26 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dms_funcs.h58 const u8 *block, u8 *cypher);
H A Dms_funcs.c416 * @cypher: 16-octer Cypher (OUT)
419 const u8 *block, u8 *cypher)
421 des_encrypt(password_hash, block, cypher);
422 des_encrypt(password_hash + 8, block + 7, cypher + 8);
418 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
H A Dcrypto.h87 * @cypher: 8 octets (out)
89 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_cryptoapi.c161 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
213 os_memcpy(cypher, clear, 8);
215 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
218 os_memset(cypher, 0, 8);
H A Dcrypto_gnutls.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
55 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
H A Dcrypto_openssl.c49 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
65 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_nss.c46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
96 if (PK11_CipherOp(ctx, cypher, &olen, 8, (void *) clear, 8) !=
H A Dms_funcs.h52 const u8 *block, u8 *cypher);
H A Dms_funcs.c489 * @cypher: 16-octer Cypher (OUT)
492 const u8 *block, u8 *cypher)
494 des_encrypt(password_hash, block, cypher);
495 des_encrypt(password_hash + 8, block + 7, cypher + 8);
491 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
H A Dcrypto.h101 * @cypher: 8 octets (out)
103 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
205 os_memcpy(cypher, clear, 8);
207 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
210 os_memset(cypher, 0, 8);
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_nss.c46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
96 if (PK11_CipherOp(ctx, cypher, &olen, 8, (void *) clear, 8) !=
H A Dms_funcs.h52 const u8 *block, u8 *cypher);
H A Dms_funcs.c489 * @cypher: 16-octer Cypher (OUT)
492 const u8 *block, u8 *cypher)
494 des_encrypt(password_hash, block, cypher);
495 des_encrypt(password_hash + 8, block + 7, cypher + 8);
491 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
H A Dcrypto.h101 * @cypher: 8 octets (out)
103 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
205 os_memcpy(cypher, clear, 8);
207 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
210 os_memset(cypher, 0, 8);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
H A Dcrypto_nss.c46 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
96 if (PK11_CipherOp(ctx, cypher, &olen, 8, (void *) clear, 8) !=
H A Dms_funcs.h52 const u8 *block, u8 *cypher);
H A Dms_funcs.c489 * @cypher: 16-octer Cypher (OUT)
492 const u8 *block, u8 *cypher)
494 des_encrypt(password_hash, block, cypher);
495 des_encrypt(password_hash + 8, block + 7, cypher + 8);
491 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
H A Dcrypto.h101 * @cypher: 8 octets (out)
103 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
H A Dcrypto_cryptoapi.c153 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
205 os_memcpy(cypher, clear, 8);
207 if (!CryptEncrypt(ckey, 0, FALSE, 0, cypher, &dlen, 8)) {
210 os_memset(cypher, 0, 8);

Completed in 158 milliseconds

12