Searched refs:OAEP_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 | 40 OAEP_MD_NAME_STR = 100, enumerator
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_rsa_cipher_sub_test.cpp | 185 OAEP_MD_NAME_STR, pSource); in HWTEST_F() 218 res = cipher->getCipherSpecString(reinterpret_cast<HcfCipher *>(&g_obj), OAEP_MD_NAME_STR, &ret); in HWTEST_F() 308 res = cipher->setCipherSpecUint8Array(nullptr, OAEP_MD_NAME_STR, retBlob); in HWTEST_F() 337 res = cipher->setCipherSpecUint8Array(cipher, OAEP_MD_NAME_STR, retBlob); in HWTEST_F()
|
H A D | crypto_rsa_cipher_test.cpp | 157 res = cipher->getCipherSpecString(cipher, OAEP_MD_NAME_STR, &returnMdName); in RsaCipherSpec() 1706 res = cipher->setCipherSpecUint8Array(cipher, OAEP_MD_NAME_STR, pSource); in HWTEST_F() 1753 res = cipher->getCipherSpecString(cipher, OAEP_MD_NAME_STR, nullptr); in HWTEST_F() 1780 res = cipher->getCipherSpecString(nullptr, OAEP_MD_NAME_STR, nullptr); in HWTEST_F() 1837 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MD_NAME_STR, nullptr); in HWTEST_F() 1864 res = cipher->getCipherSpecUint8Array(nullptr, OAEP_MD_NAME_STR, nullptr); in HWTEST_F() 1892 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MD_NAME_STR, &retBlob); in HWTEST_F()
|
/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | cipher.c | 235 return ((item == OAEP_MD_NAME_STR) || (item == OAEP_MGF_NAME_STR) || in CheckCipherSpecString()
|
/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_init.cpp | 162 AddUint32Property(env, code, "OAEP_MD_NAME_STR", OAEP_MD_NAME_STR); in CreateCipherSpecItemCode()
|
H A D | napi_utils.cpp | 106 if (targetItemType == OAEP_MD_NAME_STR || targetItemType == OAEP_MGF_NAME_STR || in GetCipherSpecType()
|
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/ |
H A D | cipher_rsa_openssl.c | 308 case OAEP_MD_NAME_STR: in GetRsaCipherSpecString()
|
Completed in 10 milliseconds