| /base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
| D | hks_crypto_hal_aes_cipher.cpp | 494 struct HksBlob *encryptOut, struct HksBlob *tagAead) in RunTestEncrypt() 555 struct HksBlob *tagAead, struct HksBlob *decryptOut) in RunTestDecrypt() 627 HksBlob tagAead = { .size = AEAD_SIZE, .data = (uint8_t *)HksMalloc(AEAD_SIZE) }; in RunTestCaseThreeStage() local 650 struct HksBlob *tagAead, struct HksBlob *decryptOut) in RunTestGcmDecrypt() 721 HksBlob tagAead = { .size = AEAD_SIZE, .data = (uint8_t *)HksMalloc(AEAD_SIZE) }; in RunTestCaseThreeStageGCM() local 770 HksBlob tagAead = { .size = AEAD_SIZE, .data = (uint8_t *)HksMalloc(AEAD_SIZE) }; in RunTestCase() local
|
| D | hks_crypto_hal_api_openssl.cpp | 152 HksBlob tagAead = { .size = 0, .data = nullptr }; variable 222 HksBlob tagAead = { .size = 1, .data = buff }; variable 733 HksBlob tagAead = { .size = 0, .data = nullptr }; variable 844 HksBlob tagAead = { .size = 0, .data = nullptr }; variable
|
| D | hks_crypto_hal_rsa_encrypt.cpp | 329 HksBlob tagAead = { .size = 0, .data = nullptr }; in RunTestCase() local
|
| D | hks_crypto_hal_api_mbedtls.cpp | 132 HksBlob tagAead = { .size = 0, .data = nullptr }; variable 202 HksBlob tagAead = { .size = 1, .data = buff }; variable
|
| D | hks_crypto_hal_rsa_oaep_encrypt.cpp | 674 HksBlob tagAead = { .size = 0, .data = nullptr }; in RunTestCase() local
|
| D | hks_crypto_hal_rsa_cipher.cpp | 891 HksBlob tagAead = { .size = 0, .data = nullptr }; in RunTestCase() local
|
| D | hks_crypto_hal_aes_encrypt.cpp | 424 HksBlob tagAead = { .size = AEAD_SIZE, .data = (uint8_t *)HksMalloc(AEAD_SIZE) }; in RunTestCase() local
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
| D | hks_openssl_aes.c | 393 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in OpensslAesAeadEncryptFinal() 584 struct HksBlob *cipherText, struct HksBlob *tagAead) in OpensslAesAeadEncryptFinalGCM() 630 struct HksBlob *plainText, struct HksBlob *tagAead) in OpensslAesAeadDecryptFinalGCM() 814 const struct HksBlob *input, struct HksBlob *output, struct HksBlob *tagAead) in OpensslAesAeadCipherFinal() 1038 struct HksBlob *tagAead) in HksOpensslAesEncryptFinal() 1124 struct HksBlob *tagAead) in HksOpensslAesDecryptFinal() 1195 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in HksOpensslAesEncrypt()
|
| D | hks_openssl_sm4.c | 136 struct HksBlob *tagAead) in HksOpensslSm4EncryptFinal() 223 struct HksBlob *tagAead) in HksOpensslSm4DecryptFinal()
|
| D | hks_openssl_3des.c | 165 struct HksBlob *tagAead, const bool encrypt) in HksOpenssl3DesCryptoFinal()
|
| D | hks_openssl_engine.c | 380 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in HksCryptoHalEncrypt() 421 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalEncryptFinal() 485 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalDecryptFinal()
|
| D | hks_openssl_des.c | 350 struct HksBlob *tagAead, const bool encrypt) in HksOpensslDesCryptoFinal()
|
| D | hks_openssl_rsa.c | 441 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in HksOpensslRsaEncrypt()
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
| D | hks_mbedtls_aes.c | 560 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in AesEncryptGcm() 705 struct HksBlob *tagAead) in AesEncryptGcmFinal() 836 struct HksBlob *cipherText, struct HksBlob *tagAead) in AesDecryptGcmFinal() 887 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in AesEncryptCcm() 1466 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in HksMbedtlsAesEncrypt() 1566 struct HksBlob *tagAead) in HksMbedtlsAesEncryptFinal() 1693 struct HksBlob *tagAead) in HksMbedtlsAesDecryptFinal() 1745 struct HksBlob *cipherText, struct HksBlob *tagAead, const bool encrypt) in HksMbedtlsAesCryptoFinal()
|
| D | hks_mbedtls_engine.c | 345 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in HksCryptoHalEncrypt() 380 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalEncryptFinal() 441 struct HksBlob *tagAead, const uint32_t algtype) in HksCryptoHalDecryptFinal()
|
| D | hks_mbedtls_rsa.c | 367 const struct HksBlob *message, struct HksBlob *cipherText, struct HksBlob *tagAead) in HksMbedtlsRsaEncrypt()
|
| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
| D | hks_aes_decrypt_mt.cpp | 509 HksBlob tagAead = { .size = AAD_SIZE, .data = (uint8_t *)HksMalloc(AAD_SIZE) }; in RunTestCase() local
|
| D | hks_aes_encrypt_mt.cpp | 472 HksBlob tagAead = { .size = AAD_SIZE, .data = (uint8_t *)HksMalloc(AAD_SIZE) }; in RunTestCase() local
|
| D | hks_aes_key_mt.cpp | 469 HksBlob tagAead = { .size = AAD_SIZE, .data = (uint8_t *)HksMalloc(AAD_SIZE) }; in RunTestCase() local
|
| D | openssl_aes_helper.c | 234 const struct HksBlob *randomKey, const struct HksBlob *tagAead) in AesGcmEncrypt()
|
| /base/security/huks/frameworks/huks_standard/main/common/src/ |
| D | hks_crypto_adapter.c | 266 …ParamSet *paramSet, const struct HksBlob *inData, struct HksBlob *outData, struct HksBlob *tagAead) in HksGetEncryptAeTag()
|