Home
last modified time | relevance | path

Searched refs:CRYPTO_CIPHER_ALG_3DES (Results 1 – 10 of 10) sorted by relevance

/hostap-3.6.0/src/crypto/
Dcrypto_internal-cipher.c78 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_init()
130 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_encrypt()
194 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_decrypt()
237 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_deinit()
Dcrypto_wolfssl.c522 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_init()
562 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_encrypt()
592 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_decrypt()
Dcrypto.h217 CRYPTO_CIPHER_NULL = 0, CRYPTO_CIPHER_ALG_AES, CRYPTO_CIPHER_ALG_3DES, enumerator
Dcrypto_gnutls.c432 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_init()
Dcrypto_libtomcrypt.c312 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_init()
Dcrypto_linux.c883 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_init()
Dcrypto_openssl.c747 case CRYPTO_CIPHER_ALG_3DES: in crypto_cipher_init()
/hostap-3.6.0/src/tls/
Dpkcs5.c382 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, params->iv, in pkcs5_crypto_init_pbes2()
525 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, iv, key, sizeof(key)); in pkcs12_crypto_init_sha1()
Dtlsv1_common.c92 CRYPTO_CIPHER_ALG_3DES },
/hostap-3.6.0/src/eap_common/
Dikev2_common.c183 encr_alg = CRYPTO_CIPHER_ALG_3DES; in ikev2_encr_encrypt()
218 encr_alg = CRYPTO_CIPHER_ALG_3DES; in ikev2_encr_decrypt()