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 D | cipher.h | 44 SM2_MD_NAME_STR = 104 enumerator
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm2_cipher_test.cpp | 911 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 D | crypto_3des_cipher_test.cpp | 1745 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 D | cipher.c | 236 (item == OAEP_MGF1_MD_STR) || (item == SM2_MD_NAME_STR)); in CheckCipherSpecString()
|
/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_init.cpp | 165 AddUint32Property(env, code, "SM2_MD_NAME_STR", SM2_MD_NAME_STR); in CreateCipherSpecItemCode()
|
H A D | napi_utils.cpp | 107 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 D | cipher_sm2_openssl.c | 95 if (item != SM2_MD_NAME_STR) { in GetSm2CipherSpecString()
|
Completed in 9 milliseconds