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

  /external/wpa_supplicant/
crypto.h 214 * crypto_cipher_encrypt - Cipher encrypt
225 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
tlsv1_common.c 361 if (crypto_cipher_encrypt(rl->write_cbc, payload,
crypto_cryptoapi.c 615 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_internal.c 309 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_libtomcrypt.c 357 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto.h 215 * crypto_cipher_encrypt - Cipher encrypt
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
crypto_gnutls.c 286 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_openssl.c 334 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_cryptoapi.c 600 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_libtomcrypt.c 357 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_internal.c 310 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.c 217 if (crypto_cipher_encrypt(rl->write_cbc, payload,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
ikev2_common.c 239 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) {

Completed in 67 milliseconds