Searched defs:cypher (Results 1 - 24 of 24) sorted by relevance

/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_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
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 Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
419 WPA_PUT_BE32(cypher, work[0]);
420 WPA_PUT_BE32(cypher + 4, work[1]);
H A Dms_funcs.c492 * @cypher: 16-octer Cypher (OUT)
495 const u8 *block, u8 *cypher)
497 des_encrypt(password_hash, block, cypher);
498 des_encrypt(password_hash + 8, block + 7, cypher + 8);
494 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
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);
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_openssl.c118 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
134 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
/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_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
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 Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
419 WPA_PUT_BE32(cypher, work[0]);
420 WPA_PUT_BE32(cypher + 4, work[1]);
H A Dms_funcs.c492 * @cypher: 16-octer Cypher (OUT)
495 const u8 *block, u8 *cypher)
497 des_encrypt(password_hash, block, cypher);
498 des_encrypt(password_hash + 8, block + 7, cypher + 8);
494 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
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);
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_openssl.c118 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
134 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,
/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_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
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 Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
419 WPA_PUT_BE32(cypher, work[0]);
420 WPA_PUT_BE32(cypher + 4, work[1]);
H A Dms_funcs.c492 * @cypher: 16-octer Cypher (OUT)
495 const u8 *block, u8 *cypher)
497 des_encrypt(password_hash, block, cypher);
498 des_encrypt(password_hash + 8, block + 7, cypher + 8);
494 nt_password_hash_encrypted_with_block(const u8 *password_hash, const u8 *block, u8 *cypher) argument
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);
H A Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
54 des_ecb_encrypt(clear, cypher, &skey);
H A Dcrypto_openssl.c118 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
134 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks,

Completed in 140 milliseconds