Home
last modified time | relevance | path

Searched defs:cipherName (Results 1 – 7 of 7) sorted by relevance

/base/security/crypto_framework/test/unittest/src/native/
Dnative_mac_test.cpp124 const char *cipherName = "AES128"; variable
157 const char *cipherName = "AES128"; variable
177 const char *cipherName = "AES128"; variable
/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/
Ddetailed_cmac_params.h25 const char *cipherName; member
/base/security/crypto_framework/test/unittest/src/
Dcrypto_sm4_cfb_cipher_test.cpp409 const char *cipherName = "SM4_128|CFB|NoPadding"; variable
425 const char *cipherName = "SM4_128|CFB|NoPadding"; variable
503 const char *cipherName = "SM4_128|CFB|NoPadding"; variable
/base/security/crypto_framework/frameworks/crypto_operation/
Dmac.c173 const char *cipherName = ((HcfCmacParamsSpec *)paramsSpec)->cipherName; in HandleCmacAlgo() local
/base/security/crypto_framework/frameworks/js/ani/dts/
DcryptoFramework.d.ts58 cipherName: string; property
138 cipherName: string; property
/base/security/crypto_framework/test/unittest/src/aes_cipher/
Dcrypto_aes_cfb_cipher_test.cpp1098 const char *cipherName = "AES128|CFB|NoPadding"; variable
1117 const char *cipherName = "AES128|CFB|NoPadding"; variable
1134 const char *cipherName = "AES128|CFB|NoPadding"; variable
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_mac.cpp730 std::string cipherName; in GetCmacParamsSpec() local