Home
last modified time | relevance | path

Searched refs:cypher (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dms_funcs.c492 const u8 *block, u8 *cypher) in nt_password_hash_encrypted_with_block() argument
494 des_encrypt(password_hash, block, cypher); in nt_password_hash_encrypted_with_block()
495 des_encrypt(password_hash + 8, block + 7, cypher + 8); in nt_password_hash_encrypted_with_block()
Dcrypto_none.c21 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() argument
Ddes-internal.c399 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() argument
419 WPA_PUT_BE32(cypher, work[0]); in des_encrypt()
420 WPA_PUT_BE32(cypher + 4, work[1]); in des_encrypt()
Dcrypto_gnutls.c33 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() argument
50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8); in des_encrypt()
Dms_funcs.h54 const u8 *block, u8 *cypher);
Dcrypto_libtomcrypt.c38 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() argument
54 des_ecb_encrypt(clear, cypher, &skey); in des_encrypt()
Dcrypto.h110 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
Dcrypto_openssl.c164 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) in des_encrypt() argument
180 DES_ecb_encrypt((DES_cblock *) clear, (DES_cblock *) cypher, &ks, in des_encrypt()
/external/python/cpython2/Doc/library/
Dcodecs.rst1166 | rot_13 | rot13 | Returns the Caesar-cypher |