Home
last modified time | relevance | path

Searched refs:SymKeyImpl (Results 1 – 8 of 8) sorted by relevance

/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
Dsym_key_openssl.c47 SymKeyImpl *impl = (SymKeyImpl *)self; in GetEncoded()
72 SymKeyImpl *impl = (SymKeyImpl *)self; in ClearMem()
112 SymKeyImpl *impl = (SymKeyImpl *)self; in GetAlgorithm()
135 static HcfResult HcfSymmKeySpiCreate(int32_t keyLen, SymKeyImpl *symKey) in HcfSymmKeySpiCreate()
172 SymKeyImpl *impl = (SymKeyImpl *)base; in DestroySymKeySpi()
261 SymKeyImpl *returnSymmKey = (SymKeyImpl *)HcfMalloc(sizeof(SymKeyImpl), 0); in GenerateSymmKey()
300 SymKeyImpl *returnSymmKey = (SymKeyImpl *)HcfMalloc(sizeof(SymKeyImpl), 0); in ConvertSymmKey()
/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 static const EVP_CIPHER *GetCipherType(HcfCipherSm4GeneratorSpiOpensslImpl *impl, SymKeyImpl *symKe… in GetCipherType()
196 SymKeyImpl* keyImpl = (SymKeyImpl*)key; in CheckParam()
224 SymKeyImpl* keyImpl = (SymKeyImpl*)key; in EngineCipherInit()
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 …]
Dcipher_3des_openssl.c111 SymKeyImpl *keyImpl = (SymKeyImpl *)key; in EngineCipherInit()
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/inc/
Dsym_common_defines.h32 } SymKeyImpl; typedef
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/hmac/src/
Dmac_openssl.c81 HcfBlob keyBlob = ((SymKeyImpl *)key)->keyMaterial; in OpensslEngineInitMac()
/base/security/crypto_framework/test/unittest/src/
Dcrypto_sm4_generator_test.cpp369 SymKeyImpl *impl = nullptr;
382 impl = reinterpret_cast<SymKeyImpl *>(key);
Dcrypto_aes_cipher_test.cpp5349 SymKeyImpl *impl = nullptr;
5362 impl = reinterpret_cast<SymKeyImpl *>(key);