Searched refs:crypto_cipher_init (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_record.c87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
H A Dpkcs5.c404 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, params->iv,
547 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, iv, key, sizeof(key));
584 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8);
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.c87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
H A Dpkcs5.c404 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, params->iv,
547 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, iv, key, sizeof(key));
584 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.c87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
H A Dpkcs5.c404 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, params->iv,
547 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, iv, key, sizeof(key));
584 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h221 * crypto_cipher_init - Initialize block/stream cipher function
233 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
239 * @ctx: Context pointer from crypto_cipher_init()
254 * @ctx: Context pointer from crypto_cipher_init()
269 * @ctx: Context pointer from crypto_cipher_init()
H A Dcrypto_internal-cipher.c43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_gnutls.c195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_libtomcrypt.c297 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_openssl.c490 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h221 * crypto_cipher_init - Initialize block/stream cipher function
233 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
239 * @ctx: Context pointer from crypto_cipher_init()
254 * @ctx: Context pointer from crypto_cipher_init()
269 * @ctx: Context pointer from crypto_cipher_init()
H A Dcrypto_internal-cipher.c43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_gnutls.c195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_libtomcrypt.c297 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_openssl.c490 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h221 * crypto_cipher_init - Initialize block/stream cipher function
233 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
239 * @ctx: Context pointer from crypto_cipher_init()
254 * @ctx: Context pointer from crypto_cipher_init()
269 * @ctx: Context pointer from crypto_cipher_init()
H A Dcrypto_internal-cipher.c43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_gnutls.c195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_libtomcrypt.c297 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_openssl.c490 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.c193 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);
228 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.c193 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);
228 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dikev2_common.c193 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);
228 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);

Completed in 865 milliseconds