Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dsym_key_generator_impl.cpp41 HcfResult SymKeyGeneratorImpl::GenerateSymKey(HcfSymKey **symKey) in GenerateSymKey()
51 HcfResult SymKeyGeneratorImpl::ConvertKey(const HcfBlob key, HcfSymKey **symKey) in ConvertKey()
H A Dsym_key_impl.cpp19 SymKeyImpl::SymKeyImpl(HcfSymKey *symKey) : KeyImpl(reinterpret_cast<HcfKey *>(symKey)) {} in SymKeyImpl()
H A Dmac_impl.cpp30 HcfResult MacImpl::MacInit(HcfSymKey *symKey) in MacInit()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A 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 …]
H A 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()
/ohos5.0/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_key_test.cpp68 OH_CryptoSymKey *symKey = nullptr; variable
H A Dnative_sym_cipher_test.cpp168 OH_CryptoSymKey *symKey = nullptr; variable
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_sym_key.cpp27 NapiSymKey::NapiSymKey(HcfSymKey *symKey) : NapiKey(reinterpret_cast<HcfKey *>(symKey)) {} in NapiSymKey()
H A Dnapi_mac.cpp42 HcfSymKey *symKey = nullptr; member
123 HcfSymKey *symKey = context->symKey; in MacInitExecute() local
220 NapiSymKey *symKey = nullptr; in BuildMacJsInitCtx() local
451 HcfSymKey *symKey = napiSysKey->GetSymKey(); in JsMacInitSync() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
H A Dsym_key_openssl.c136 static HcfResult HcfSymmKeySpiCreate(int32_t keyLen, SymKeyImpl *symKey) in HcfSymmKeySpiCreate()