Searched defs:symKey (Results 1 – 10 of 10) sorted by relevance
41 HcfResult SymKeyGeneratorImpl::GenerateSymKey(HcfSymKey **symKey) in GenerateSymKey()51 HcfResult SymKeyGeneratorImpl::ConvertKey(const HcfBlob key, HcfSymKey **symKey) in ConvertKey()
19 SymKeyImpl::SymKeyImpl(HcfSymKey *symKey) : KeyImpl(reinterpret_cast<HcfKey *>(symKey)) {} in SymKeyImpl()
30 HcfResult MacImpl::MacInit(HcfSymKey *symKey) in MacInit()
52 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 …]
47 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()
68 OH_CryptoSymKey *symKey = nullptr; variable
168 OH_CryptoSymKey *symKey = nullptr; variable
27 NapiSymKey::NapiSymKey(HcfSymKey *symKey) : NapiKey(reinterpret_cast<HcfKey *>(symKey)) {} in NapiSymKey()
42 HcfSymKey *symKey = nullptr; member123 HcfSymKey *symKey = context->symKey; in MacInitExecute() local220 NapiSymKey *symKey = nullptr; in BuildMacJsInitCtx() local451 HcfSymKey *symKey = napiSysKey->GetSymKey(); in JsMacInitSync() local
136 static HcfResult HcfSymmKeySpiCreate(int32_t keyLen, SymKeyImpl *symKey) in HcfSymmKeySpiCreate()