Searched refs:crypto_cipher (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.4.0/components/wpa_supplicant/src/crypto/ |
D | crypto_internal-cipher.c | 17 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()
|
D | crypto.h | 221 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);
|
D | crypto_mbedtls.c | 385 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/ |
D | tlsv1_record.h | 55 struct crypto_cipher *write_cbc; 56 struct crypto_cipher *read_cbc;
|
D | pkcs5.c | 140 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/ |
D | esp_wifi_crypto_types.h | 55 typedef struct crypto_cipher esp_crypto_cipher_t;
|