Home
last modified time | relevance | path

Searched defs:symKey (Results 1 – 12 of 12) sorted by relevance

/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_aes_openssl.c52 static const EVP_CIPHER *CipherEcbType(SymKeyImpl *symKey) in CipherEcbType()
63 static const EVP_CIPHER *CipherCbcType(SymKeyImpl *symKey) in CipherCbcType()
74 static const EVP_CIPHER *CipherCtrType(SymKeyImpl *symKey) in CipherCtrType()
85 static const EVP_CIPHER *CipherOfbType(SymKeyImpl *symKey) in CipherOfbType()
96 static const EVP_CIPHER *CipherCfbType(SymKeyImpl *symKey) in CipherCfbType()
107 static const EVP_CIPHER *CipherCfb1Type(SymKeyImpl *symKey) in CipherCfb1Type()
118 static const EVP_CIPHER *CipherCfb128Type(SymKeyImpl *symKey) in CipherCfb128Type()
129 static const EVP_CIPHER *CipherCfb8Type(SymKeyImpl *symKey) in CipherCfb8Type()
141 static const EVP_CIPHER *CipherCcmType(SymKeyImpl *symKey) in CipherCcmType()
152 static const EVP_CIPHER *CipherGcmType(SymKeyImpl *symKey) in CipherGcmType()
[all …]
Dcipher_sm4_openssl.c47 static const EVP_CIPHER *CipherEcbType(SymKeyImpl *symKey) in CipherEcbType()
58 static const EVP_CIPHER *CipherCbcType(SymKeyImpl *symKey) in CipherCbcType()
69 static const EVP_CIPHER *CipherCtrType(SymKeyImpl *symKey) in CipherCtrType()
80 static const EVP_CIPHER *CipherOfbType(SymKeyImpl *symKey) in CipherOfbType()
91 static const EVP_CIPHER *CipherCfbType(SymKeyImpl *symKey) in CipherCfbType()
102 static const EVP_CIPHER *CipherCfb128Type(SymKeyImpl *symKey) in CipherCfb128Type()
113 static const EVP_CIPHER *CipherGcmType(SymKeyImpl *symKey) in CipherGcmType()
119 static const EVP_CIPHER *DefaultCipherType(SymKeyImpl *symKey) in DefaultCipherType()
124 …atic const EVP_CIPHER *GetCipherType(HcfCipherSm4GeneratorSpiOpensslImpl *impl, SymKeyImpl *symKey) in GetCipherType()
/base/security/crypto_framework/frameworks/cj/src/
Dsym_key_generator_impl.cpp41 HcfResult SymKeyGeneratorImpl::GenerateSymKey(HcfSymKey **symKey) in GenerateSymKey()
51 HcfResult SymKeyGeneratorImpl::ConvertKey(const HcfBlob key, HcfSymKey **symKey) in ConvertKey()
Dsym_key_impl.cpp19 SymKeyImpl::SymKeyImpl(HcfSymKey *symKey) : KeyImpl(reinterpret_cast<HcfKey *>(symKey)) {} in SymKeyImpl()
Dmac_impl.cpp30 HcfResult MacImpl::MacInit(HcfSymKey *symKey) in MacInit()
/base/security/crypto_framework/test/unittest/src/native/
Dnative_sym_key_test.cpp68 OH_CryptoSymKey *symKey = nullptr; variable
Dnative_sym_cipher_test.cpp168 OH_CryptoSymKey *symKey = nullptr; variable
/base/security/crypto_framework/frameworks/js/ani/src/
Dani_sym_key_generator.cpp45 HcfSymKey *symKey = nullptr; in ConvertKeySync() local
Dani_mac.cpp40 HcfSymKey *symKey = reinterpret_cast<HcfSymKey *>(key->GetSymKeyObj()); in InitSync() local
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_sym_key.cpp27 NapiSymKey::NapiSymKey(HcfSymKey *symKey) : NapiKey(reinterpret_cast<HcfKey *>(symKey)) {} in NapiSymKey()
Dnapi_mac.cpp45 HcfSymKey *symKey = nullptr; member
138 HcfSymKey *symKey = context->symKey; in MacInitExecute() local
236 NapiSymKey *symKey = nullptr; in BuildMacJsInitCtx() local
468 HcfSymKey *symKey = napiSysKey->GetSymKey(); in JsMacInitSync() local
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
Dsym_key_openssl.c138 static HcfResult HcfSymmKeySpiCreate(int32_t keyLen, SymKeyImpl *symKey) in HcfSymmKeySpiCreate()
152 static HcfResult HcfDesSymmKeySpiCreate(int32_t keyLen, SymKeyImpl *symKey) in HcfDesSymmKeySpiCreate()