Home
last modified time | relevance | path

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

/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.cpp624 const char *cipherName = "SM4_128|CFB|NoPadding"; variable
648 const char *cipherName = "SM4_128|CFB|NoPadding"; variable
773 const char *cipherName = "SM4_128|CFB|NoPadding"; variable
Dcrypto_cmac_test.cpp133 const char *cipherName = macObj->getAlgoName(macObj); variable
/base/security/crypto_framework/frameworks/crypto_operation/
Dmac.c172 const char *cipherName = ((HcfCmacParamsSpec *)paramsSpec)->cipherName; in HandleCmacAlgo() local
/base/security/crypto_framework/test/unittest/src/aes_cipher/
Dcrypto_aes_cfb_cipher_test.cpp1645 const char *cipherName = "AES128|CFB|NoPadding"; variable
1673 const char *cipherName = "AES128|CFB|NoPadding"; variable
1697 const char *cipherName = "AES128|CFB|NoPadding"; variable
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_mac.cpp721 std::string cipherName; in GetCmacParamsSpec() local