Searched defs:symKey (Results 1 – 5 of 5) sorted by relevance
43 static const EVP_CIPHER *CipherEcbType(SymKeyImpl *symKey) in CipherEcbType()54 static const EVP_CIPHER *CipherCbcType(SymKeyImpl *symKey) in CipherCbcType()65 static const EVP_CIPHER *CipherCtrType(SymKeyImpl *symKey) in CipherCtrType()76 static const EVP_CIPHER *CipherOfbType(SymKeyImpl *symKey) in CipherOfbType()87 static const EVP_CIPHER *CipherCfbType(SymKeyImpl *symKey) in CipherCfbType()98 static const EVP_CIPHER *CipherCfb128Type(SymKeyImpl *symKey) in CipherCfb128Type()109 static const EVP_CIPHER *DefaultCipherType(SymKeyImpl *symKey) in DefaultCipherType()114 …atic const EVP_CIPHER *GetCipherType(HcfCipherSm4GeneratorSpiOpensslImpl *impl, SymKeyImpl *symKey) in GetCipherType()
50 static const EVP_CIPHER *CipherEcbType(SymKeyImpl *symKey) in CipherEcbType()65 static const EVP_CIPHER *CipherCbcType(SymKeyImpl *symKey) in CipherCbcType()80 static const EVP_CIPHER *CipherCtrType(SymKeyImpl *symKey) in CipherCtrType()95 static const EVP_CIPHER *CipherOfbType(SymKeyImpl *symKey) in CipherOfbType()110 static const EVP_CIPHER *CipherCfbType(SymKeyImpl *symKey) in CipherCfbType()125 static const EVP_CIPHER *CipherCfb1Type(SymKeyImpl *symKey) in CipherCfb1Type()140 static const EVP_CIPHER *CipherCfb128Type(SymKeyImpl *symKey) in CipherCfb128Type()155 static const EVP_CIPHER *CipherCfb8Type(SymKeyImpl *symKey) in CipherCfb8Type()171 static const EVP_CIPHER *CipherCcmType(SymKeyImpl *symKey) in CipherCcmType()186 static const EVP_CIPHER *CipherGcmType(SymKeyImpl *symKey) in CipherGcmType()[all …]
27 NapiSymKey::NapiSymKey(HcfSymKey *symKey) : NapiKey(reinterpret_cast<HcfKey *>(symKey)) {} in NapiSymKey()
40 HcfSymKey *symKey = nullptr; member114 HcfSymKey *symKey = context->symKey; in MacInitExecute() local211 NapiSymKey *symKey = nullptr; in BuildMacJsInitCtx() local
135 static HcfResult HcfSymmKeySpiCreate(int32_t keyLen, SymKeyImpl *symKey) in HcfSymmKeySpiCreate()