Home
last modified time | relevance | path

Searched refs:crypto_cipher_init (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_write_cipher()
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg, in tlsv1_record_change_read_cipher()
Dpkcs5.c166 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8); in pkcs5_crypto_init()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h210 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
Dcrypto_internal-cipher.c43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
Dcrypto_gnutls.c195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
Dcrypto_libtomcrypt.c297 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
Dcrypto_openssl.c421 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c194 cipher = crypto_cipher_init(encr_alg, iv, key, key_len); in ikev2_encr_encrypt()
229 cipher = crypto_cipher_init(encr_alg, iv, key, key_len); in ikev2_encr_decrypt()