HomeSort by relevance Sort by last modified time
    Searched refs:crypto_cipher_init (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant/
crypto.h 197 * crypto_cipher_init - Initialize block/stream cipher function
209 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
215 * @ctx: Context pointer from crypto_cipher_init()
230 * @ctx: Context pointer from crypto_cipher_init()
245 * @ctx: Context pointer from crypto_cipher_init()
tlsv1_common.c 233 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
267 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
crypto_cryptoapi.c 532 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
crypto_internal.c 252 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
crypto_libtomcrypt.c 304 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.c 89 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
123 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
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_gnutls.c 207 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
crypto_openssl.c 256 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
crypto_cryptoapi.c 517 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
crypto_libtomcrypt.c 304 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
crypto_internal.c 253 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
ikev2_common.c 233 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);
296 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);

Completed in 689 milliseconds