/external/wpa_supplicant_8/src/crypto/ |
crypto_nss.c | 197 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
|
crypto_gnutls.c | 280 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
|
crypto_internal-cipher.c | 115 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
|
crypto_openssl.c | 384 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
|
crypto.h | 235 * crypto_cipher_encrypt - Cipher encrypt 246 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
|
crypto_cryptoapi.c | 596 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
|
crypto_libtomcrypt.c | 356 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_gnutls.c | 286 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_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/ |
crypto.h | 214 * crypto_cipher_encrypt - Cipher encrypt 225 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
|
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
|
tlsv1_common.c | 361 if (crypto_cipher_encrypt(rl->write_cbc, payload,
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
tlsv1_record.c | 217 if (crypto_cipher_encrypt(rl->write_cbc, payload,
|
/external/wpa_supplicant_8/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) {
|
/external/wpa_supplicant_8/src/eap_common/ |
ikev2_common.c | 240 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) {
|