Searched refs:crypto_cipher_encrypt (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h241 * crypto_cipher_encrypt - Cipher encrypt
252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
H A Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_gnutls.c277 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_libtomcrypt.c351 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_linux.c975 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_openssl.c613 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h241 * crypto_cipher_encrypt - Cipher encrypt
252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
H A Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_gnutls.c277 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_libtomcrypt.c351 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_linux.c975 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_openssl.c613 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h241 * crypto_cipher_encrypt - Cipher encrypt
252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
H A Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_gnutls.c277 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_libtomcrypt.c351 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_linux.c975 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
H A Dcrypto_openssl.c613 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_record.c249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.c249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.c249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload,
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.c199 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) {
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.c199 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dikev2_common.c199 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) {

Completed in 266 milliseconds