HomeSort by relevance Sort by last modified time
    Searched refs:crypto_cipher_encrypt (Results 1 - 9 of 9) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_nss.c 191 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto.h 215 * crypto_cipher_encrypt - Cipher encrypt
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
crypto_internal-cipher.c 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_gnutls.c 274 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_cryptoapi.c 590 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_libtomcrypt.c 350 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_openssl.c 434 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload,
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 234 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) {

Completed in 125 milliseconds