Searched refs:crypto_cipher_encrypt (Results 1 – 12 of 12) sorted by relevance
/hostap-3.7.0/src/crypto/ |
D | crypto_internal-cipher.c | 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto.h | 252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
|
D | crypto_nettle.c | 436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_gnutls.c | 481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_libtomcrypt.c | 354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_mbedtls.c | 488 int crypto_cipher_encrypt( in crypto_cipher_encrypt() function
|
D | crypto_linux.c | 978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_wolfssl.c | 544 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_openssl.c | 791 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
|
D | crypto_mbedtls_alt.c | 1092 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) in crypto_cipher_encrypt() function
|
/hostap-3.7.0/src/tls/ |
D | tlsv1_record.c | 249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload, in tlsv1_record_send()
|
/hostap-3.7.0/src/eap_common/ |
D | ikev2_common.c | 199 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) { in ikev2_encr_encrypt()
|