/external/wpa_supplicant_8/src/crypto/ |
crypto_nss.c | 183 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
|
crypto.h | 198 * crypto_cipher_init - Initialize block/stream cipher function 210 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, 216 * @ctx: Context pointer from crypto_cipher_init() 231 * @ctx: Context pointer from crypto_cipher_init() 246 * @ctx: Context pointer from crypto_cipher_init()
|
crypto_internal-cipher.c | 43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
|
crypto_gnutls.c | 195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
|
crypto_cryptoapi.c | 507 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
|
crypto_libtomcrypt.c | 297 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
|
crypto_openssl.c | 360 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_record.c | 87 rl->write_cbc = crypto_cipher_init(rl->cipher_alg, 121 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
|
pkcs5.c | 166 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8);
|
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.c | 194 cipher = crypto_cipher_init(encr_alg, iv, key, key_len); 229 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);
|