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

/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dtlsv1_record.c89 rl->write_cbc = crypto_cipher_init(rl->cipher_alg,
123 rl->read_cbc = crypto_cipher_init(rl->cipher_alg,
H A Dpkcs5.c172 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8);
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto.h218 * crypto_cipher_init - Initialize block/stream cipher function
230 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
236 * @ctx: Context pointer from crypto_cipher_init()
251 * @ctx: Context pointer from crypto_cipher_init()
266 * @ctx: Context pointer from crypto_cipher_init()
H A Dcrypto_nss.c189 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_gnutls.c201 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_internal-cipher.c50 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_cryptoapi.c513 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_libtomcrypt.c303 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_openssl.c306 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Dikev2_common.c233 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);
296 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);

Completed in 60 milliseconds