Home
last modified time | relevance | path

Searched defs:aes_decrypt (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/
Daes.c405 void aes_decrypt(const AES_KEY *aes_key, const uint8_t in[16], uint8_t out[16]) in aes_decrypt() function
/device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/liteos_wpa_src/
Dcrypto_mbedtls.c322 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function