Searched refs:OAEP_MGF1_MD_STR (Results 1 - 9 of 9) sorted by relevance
/base/security/crypto_framework/interfaces/inner_api/crypto_operation/ |
H A D | cipher.h | 42 OAEP_MGF1_MD_STR = 102, enumerator
|
/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | crypto_aes_cipher_test.cpp | 841 ret = cipher->getCipherSpecString(nullptr, OAEP_MGF1_MD_STR, nullptr); in HWTEST_F() 844 ret = cipher->getCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, &dataArray); in HWTEST_F() 848 ret = cipher->setCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, dataUint8); 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 | 164 AddUint32Property(env, code, "OAEP_MGF1_MD_STR", OAEP_MGF1_MD_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/test/unittest/src/ |
H A D | crypto_sm4_cipher_test.cpp | 944 ret = cipher->getCipherSpecString(nullptr, OAEP_MGF1_MD_STR, nullptr); in HWTEST_F() 947 ret = cipher->getCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, &dataArray); in HWTEST_F() 951 ret = cipher->setCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, dataUint8); in HWTEST_F()
|
H A D | crypto_3des_cipher_test.cpp | 1831 ret = cipher->getCipherSpecString(nullptr, OAEP_MGF1_MD_STR, nullptr); in HWTEST_F() 1834 ret = cipher->getCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, &dataArray); in HWTEST_F() 1838 ret = cipher->setCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, dataUint8); in HWTEST_F()
|
H A D | crypto_rsa_cipher_test.cpp | 165 res = cipher->getCipherSpecString(cipher, OAEP_MGF1_MD_STR, &returnMgf1MdName); in RsaCipherSpec()
|
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/ |
H A D | cipher_rsa_openssl.c | 315 case OAEP_MGF1_MD_STR: in GetRsaCipherSpecString()
|
Completed in 13 milliseconds