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

/freebsd-12-stable/contrib/wpa/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);
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal-cipher.c43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto.h224 * crypto_cipher_init - Initialize block/stream cipher function
236 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
242 * @ctx: Context pointer from crypto_cipher_init()
257 * @ctx: Context pointer from crypto_cipher_init()
272 * @ctx: Context pointer from crypto_cipher_init()
H A Dcrypto_nettle.c411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_gnutls.c402 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_libtomcrypt.c301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_linux.c858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_wolfssl.c482 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_openssl.c634 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
/freebsd-12-stable/contrib/wpa/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 198 milliseconds