Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_sm4_openssl.c43 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()
Dcipher_aes_openssl.c50 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 …]
/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.cpp40 HcfSymKey *symKey = nullptr; member
114 HcfSymKey *symKey = context->symKey; in MacInitExecute() local
211 NapiSymKey *symKey = nullptr; in BuildMacJsInitCtx() local
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
Dsym_key_openssl.c135 static HcfResult HcfSymmKeySpiCreate(int32_t keyLen, SymKeyImpl *symKey) in HcfSymmKeySpiCreate()