Searched refs:des (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/crypto/ |
D | crypto_internal-cipher.c | 38 } des; member 91 des_key_setup(key, ctx->u.des.ek, ctx->u.des.dk); in crypto_cipher_init() 92 os_memcpy(ctx->u.des.cbc, iv, 8); in crypto_cipher_init() 151 des_block_encrypt(ctx->u.des.cbc, ctx->u.des.ek, in crypto_cipher_encrypt() 152 ctx->u.des.cbc); in crypto_cipher_encrypt() 153 os_memcpy(crypt, ctx->u.des.cbc, 8); in crypto_cipher_encrypt() 214 des_block_decrypt(crypt, ctx->u.des.dk, plain); in crypto_cipher_decrypt() 216 plain[j] ^= ctx->u.des.cbc[j]; in crypto_cipher_decrypt() 217 os_memcpy(ctx->u.des.cbc, tmp, 8); in crypto_cipher_decrypt()
|
D | Makefile | 24 des-internal.o \
|
D | crypto_mbedtls_alt.c | 791 mbedtls_des_context des; in des_encrypt() local 792 mbedtls_des_init(&des); in des_encrypt() 793 …int ret = mbedtls_des_setkey_enc(&des, pkey) || mbedtls_des_crypt_ecb(&des, clear, cypher) ? -1 : … in des_encrypt() 794 mbedtls_des_free(&des); in des_encrypt()
|
D | crypto_wolfssl.c | 533 Des des; in des_encrypt() local 546 wc_Des_SetKey(&des, pkey, NULL, DES_ENCRYPTION); in des_encrypt() 547 wc_Des_EcbEncrypt(&des, cypher, clear, DES_BLOCK_SIZE); in des_encrypt()
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/lang/ |
D | wpa_gui_de.ts | 310 <translation>Hinzufügen des Netzwerks in die wpa_supplicant 317 <translation>Aktivieren des Netzwerks in der wpa_supplicant 343 <translation>Entfernen des Netzwerks aus der wpa_supplicant 437 <translation>Setzten des WPS PIN fehlgeschlagen.</translation> 1240 <translation>Starten des wpa_supplicant Dienstes fehlgeschlagen</translation> 1245 <translation>Stoppen des wpa_supplicant Dienstes fehlgeschlagen</translation>
|
/hostap-latest/tests/hwsim/auth_serv/ |
D | update.sh | 132 …$OPENSSL pkcs8 -topk8 -in user.key -out user.key.pkcs8 -inform PEM -v2 des-ede3-cbc -v2prf hmacWit…
|