Home
last modified time | relevance | path

Searched refs:CipherEcbType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm4_openssl.c47 static const EVP_CIPHER *CipherEcbType(SymKeyImpl *symKey) in CipherEcbType() function
121 return CipherEcbType(symKey); in DefaultCipherType()
128 return CipherEcbType(symKey); in GetCipherType()
H A Dcipher_aes_openssl.c52 static const EVP_CIPHER *CipherEcbType(SymKeyImpl *symKey) in CipherEcbType() function
165 return CipherEcbType(symKey); in DefaultCiherType()
172 return CipherEcbType(symKey); in GetCipherType()