Home
last modified time | relevance | path

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

/freebsd-src/contrib/wpa/src/tls/
H A 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()
H A Dpkcs5.c382 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, params->iv, in pkcs5_crypto_init_pbes2()
525 return crypto_cipher_init(CRYPTO_CIPHER_ALG_3DES, iv, key, sizeof(key)); in pkcs12_crypto_init_sha1()
562 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8); in pkcs5_crypto_init()
/freebsd-src/contrib/wpa/src/eap_common/
H A Dikev2_common.c193 cipher = crypto_cipher_init(encr_alg, iv, key, key_len); in ikev2_encr_encrypt()
228 cipher = crypto_cipher_init(encr_alg, iv, key, key_len); in ikev2_encr_decrypt()
/freebsd-src/contrib/wpa/src/crypto/
H A Dcrypto_internal-cipher.c43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
H A Dcrypto.h226 * crypto_cipher_init - Initialize block/stream cipher function
238 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
244 * @ctx: Context pointer from crypto_cipher_init()
259 * @ctx: Context pointer from crypto_cipher_init()
274 * @ctx: Context pointer from crypto_cipher_init()
H A Dcrypto_nettle.c411 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
H A Dcrypto_gnutls.c402 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
H A Dcrypto_libtomcrypt.c301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
H A Dcrypto_linux.c858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() function
H A Dcrypto_wolfssl.c772 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in dh5_free()
482 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, crypto_cipher_init() function
H A Dcrypto_openssl.c854 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in dh5_init()
707 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, crypto_cipher_init() function