Searched refs:crypto_cipher (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/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 | 222 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/ |
D | tlsv1_record.h | 55 struct crypto_cipher *write_cbc; 56 struct crypto_cipher *read_cbc;
|
D | pkcs5.c | 361 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/ |
D | crypto_mbedtls.c | 501 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/ |
D | esp_wifi_crypto_types.h | 58 typedef struct crypto_cipher esp_crypto_cipher_t;
|