Home
last modified time | relevance | path

Searched refs:crypto_cipher (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_internal-cipher.c17 struct crypto_cipher { struct
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
47 struct crypto_cipher *ctx; in crypto_cipher_init()
103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
230 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
Dcrypto.h222 struct crypto_cipher;
237 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
253 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
268 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
279 void crypto_cipher_deinit(struct crypto_cipher *ctx);
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
Dpkcs5.c361 static struct crypto_cipher *
488 static struct crypto_cipher *
529 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params, in pkcs5_crypto_init()
570 struct crypto_cipher *ctx; in pkcs5_decrypt()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c501 struct crypto_cipher { struct
566 struct crypto_cipher *crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
570 struct crypto_cipher *ctx; in crypto_cipher_init()
574 ctx = (struct crypto_cipher *)os_zalloc(sizeof(*ctx)); in crypto_cipher_init()
613 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt()
632 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt()
651 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h58 typedef struct crypto_cipher esp_crypto_cipher_t;