Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_nss.c191 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto.h226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_gnutls.c274 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_libtomcrypt.c350 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_cryptoapi.c590 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_openssl.c434 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload, in tlsv1_record_send()
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c234 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) { in ikev2_encr_encrypt()