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

/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h198 * 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()
H A Dcrypto_nss.c183 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_internal-cipher.c43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_gnutls.c195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_cryptoapi.c507 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_libtomcrypt.c297 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
H A Dcrypto_openssl.c353 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, function
/freebsd-10.0-release/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.c166 return crypto_cipher_init(CRYPTO_CIPHER_ALG_DES, hash + 8, hash, 8);
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Dikev2_common.c228 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);
291 cipher = crypto_cipher_init(encr_alg, iv, key, key_len);

Completed in 86 milliseconds