Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_3des_openssl.c42 static const EVP_CIPHER *DefaultCipherType(void) in DefaultCipherType() function
66 return DefaultCipherType(); in GetCipherType()
H A Dcipher_sm4_openssl.c119 static const EVP_CIPHER *DefaultCipherType(SymKeyImpl *symKey) in DefaultCipherType() function
144 return DefaultCipherType(symKey); in GetCipherType()