Searched refs:crypto_cipher_encrypt (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_nss.c | 191 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto.h | 226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
|
D | crypto_internal-cipher.c | 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_gnutls.c | 274 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_libtomcrypt.c | 350 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_cryptoapi.c | 590 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_openssl.c | 434 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_record.c | 249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload, in tlsv1_record_send()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | ikev2_common.c | 234 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) { in ikev2_encr_encrypt()
|