Home
last modified time | relevance | path

Searched defs:aes (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/huks/frameworks/crypto_lite/js/builtin/src/
H A Dcipher_module.cpp118 AesCryptContext aes = {{NULL, NULL, 0, 0, 0}, CIPHER_AES_ECB, {NULL, NULL, 0, 0}}; in Aes() local
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_aes.c346 mbedtls_aes_context aes; in AesCrypt() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_aes_encrypt.c93 AES_KEY aes; in OpensslAesCfbEncrypt() local
/ohos5.0/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp312 …AesCryptContext aes = { { nullptr, nullptr, 0, 0, 0 }, CIPHER_AES_ECB, { nullptr, nullptr, 0, 0 } … in AesExcute() local