Home
last modified time | relevance | path

Searched refs:SM2_MD_NAME_STR (Results 1 - 7 of 7) sorted by relevance

/base/security/crypto_framework/interfaces/inner_api/crypto_operation/
H A Dcipher.h44 SM2_MD_NAME_STR = 104 enumerator
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm2_cipher_test.cpp911 res = cipher->getCipherSpecString(cipher, SM2_MD_NAME_STR, &returnStr); in HWTEST_F()
966 res = cipher->getCipherSpecString(cipher, SM2_MD_NAME_STR, nullptr); in HWTEST_F()
993 res = cipher->getCipherSpecString(nullptr, SM2_MD_NAME_STR, &returnStr); in HWTEST_F()
1021 res = cipher->getCipherSpecString(cipher, SM2_MD_NAME_STR, &returnStr); in HWTEST_F()
1076 res = cipher->getCipherSpecString(cipher, SM2_MD_NAME_STR, nullptr); in HWTEST_F()
1103 res = cipher->getCipherSpecString(nullptr, SM2_MD_NAME_STR, &returnStr); in HWTEST_F()
1131 res = cipher->getCipherSpecUint8Array(cipher, SM2_MD_NAME_STR, &returnUint8Array); in HWTEST_F()
1159 res = cipher->setCipherSpecUint8Array(cipher, SM2_MD_NAME_STR, pSource); in HWTEST_F()
1195 res = cipher->getCipherSpecString(cipher, SM2_MD_NAME_STR, &returnStr); in HWTEST_F()
H A Dcrypto_3des_cipher_test.cpp1745 ret = cipher->getCipherSpecString(nullptr, SM2_MD_NAME_STR, nullptr); in HWTEST_F()
1747 ret = cipher->getCipherSpecUint8Array(nullptr, SM2_MD_NAME_STR, nullptr); in HWTEST_F()
1750 ret = cipher->setCipherSpecUint8Array(nullptr, SM2_MD_NAME_STR, blob); in HWTEST_F()
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c236 (item == OAEP_MGF1_MD_STR) || (item == SM2_MD_NAME_STR)); in CheckCipherSpecString()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_init.cpp165 AddUint32Property(env, code, "SM2_MD_NAME_STR", SM2_MD_NAME_STR); in CreateCipherSpecItemCode()
H A Dnapi_utils.cpp107 targetItemType == OAEP_MGF1_MD_STR || targetItemType == SM2_MD_NAME_STR) { in GetCipherSpecType()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_sm2_openssl.c95 if (item != SM2_MD_NAME_STR) { in GetSm2CipherSpecString()

Completed in 9 milliseconds