Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-cipher.c86 case CRYPTO_CIPHER_ALG_DES: in crypto_cipher_init()
144 case CRYPTO_CIPHER_ALG_DES: in crypto_cipher_encrypt()
208 case CRYPTO_CIPHER_ALG_DES: in crypto_cipher_decrypt()
Dcrypto.h218 CRYPTO_CIPHER_ALG_DES, CRYPTO_CIPHER_ALG_RC2, CRYPTO_CIPHER_ALG_RC4 enumerator
Dcrypto_gnutls.c437 case CRYPTO_CIPHER_ALG_DES: in crypto_cipher_init()
Dcrypto_libtomcrypt.c315 case CRYPTO_CIPHER_ALG_DES: in crypto_cipher_init()
Dcrypto_linux.c887 case CRYPTO_CIPHER_ALG_DES: in crypto_cipher_init()
Dcrypto_wolfssl.c532 case CRYPTO_CIPHER_ALG_DES: in crypto_cipher_init()
Dcrypto_openssl.c686 case CRYPTO_CIPHER_ALG_DES: in crypto_cipher_init()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.c88 CRYPTO_CIPHER_ALG_DES },
90 CRYPTO_CIPHER_ALG_DES },
Dpkcs5.c584 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8); in pkcs5_crypto_init()