Home
last modified time | relevance | path

Searched refs:crypto_cipher_encrypt (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
H A Dcrypto_nettle.c436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
H A Dcrypto.h254 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
H A Dcrypto_gnutls.c481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
H A Dcrypto_libtomcrypt.c354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
H A Dcrypto_linux.c978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
H A Dcrypto_wolfssl.c834 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
H A Dcrypto_openssl.c938 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
/aosp_15_r20/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.c249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload, in tlsv1_record_send()
/aosp_15_r20/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.c199 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) { in ikev2_encr_encrypt()