Searched refs:crypto_cipher_encrypt (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dcrypto.h215 * crypto_cipher_encrypt - Cipher encrypt
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
H A Dcrypto_nss.c191 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_gnutls.c274 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_cryptoapi.c590 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_libtomcrypt.c350 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_openssl.c431 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_record.c249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload,
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Dikev2_common.c234 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) {

Completed in 148 milliseconds