Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/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.h221 struct crypto_cipher;
236 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg,
252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
267 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
278 void crypto_cipher_deinit(struct crypto_cipher *ctx);
Dcrypto_mbedtls.c385 struct crypto_cipher { struct
452 struct crypto_cipher *crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init()
456 struct crypto_cipher *ctx; in crypto_cipher_init()
460 ctx = (struct crypto_cipher *)os_zalloc(sizeof(*ctx)); in crypto_cipher_init()
494 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
513 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt,
533 void crypto_cipher_deinit(struct crypto_cipher *ctx) in crypto_cipher_deinit()
/hal_espressif-3.4.0/components/wpa_supplicant/src/tls/
Dtlsv1_record.h55 struct crypto_cipher *write_cbc;
56 struct crypto_cipher *read_cbc;
Dpkcs5.c140 static struct crypto_cipher * pkcs5_crypto_init(struct pkcs5_params *params, in pkcs5_crypto_init()
176 struct crypto_cipher *ctx = NULL; in pkcs5_decrypt()
/hal_espressif-3.4.0/components/esp_wifi/include/
Desp_wifi_crypto_types.h55 typedef struct crypto_cipher esp_crypto_cipher_t;