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

/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dcrypto.h250 * crypto_cipher_decrypt - Cipher decrypt
261 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
265 * crypto_cipher_decrypt - Free cipher context
H A Dcrypto_nss.c204 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, function
H A Dcrypto_gnutls.c290 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, function
H A Dcrypto_internal-cipher.c179 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, function
H A Dcrypto_cryptoapi.c613 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, function
H A Dcrypto_libtomcrypt.c380 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, function
H A Dcrypto_openssl.c394 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, function
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dpkcs5.c210 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) {
H A Dtlsv1_record.c319 if (crypto_cipher_decrypt(rl->read_cbc, out_data,
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Dikev2_common.c302 if (crypto_cipher_decrypt(cipher, crypt, plain, len) < 0) {

Completed in 114 milliseconds