Searched refs:HCF_ALG_SM4 (Results 1 - 5 of 5) sorted by relevance
/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | cipher.c | 51 { HCF_ALG_SM4, { HcfCipherSm4GeneratorSpiCreate } } 65 cipherAttr->algo = HCF_ALG_SM4; in SetKeyType() 95 cipherAttr->algo = HCF_ALG_SM4; in SetKeyLength()
|
/base/security/crypto_framework/frameworks/key/ |
H A D | sym_key_generator.c | 60 { HCF_ALG_SM4, { HcfSymKeyGeneratorSpiCreate }}, 97 keyAttr->algo = HCF_ALG_SM4; in SetKeyLength()
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_cipher_test.cpp | 927 .algo = HCF_ALG_SM4, in HWTEST_F() 965 .algo = HCF_ALG_SM4, in HWTEST_F() 980 .algo = HCF_ALG_SM4, in HWTEST_F() 999 .algo = HCF_ALG_SM4, in HWTEST_F() 1017 .algo = HCF_ALG_SM4, in HWTEST_F() 1037 .algo = HCF_ALG_SM4, in HWTEST_F() 1063 .algo = HCF_ALG_SM4, in HWTEST_F() 1086 .algo = HCF_ALG_SM4, in HWTEST_F()
|
/base/security/crypto_framework/common/inc/ |
H A D | params_parser.h | 42 HCF_ALG_SM4, enumerator
|
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/ |
H A D | sym_key_openssl.c | 192 case HCF_ALG_SM4: in GetAlgoNameType()
|
Completed in 5 milliseconds