/external/wpa_supplicant_8/src/crypto/ |
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_libtomcrypt.c | 350 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
|
crypto_openssl.c | 501 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 | 200 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) {
|