Home
last modified time | relevance | path

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 Dcipher.h40 OAEP_MD_NAME_STR = 100, enumerator
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_cipher_sub_test.cpp185 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 Dcrypto_rsa_cipher_test.cpp157 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 Dcipher.c235 return ((item == OAEP_MD_NAME_STR) || (item == OAEP_MGF_NAME_STR) || in CheckCipherSpecString()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_init.cpp162 AddUint32Property(env, code, "OAEP_MD_NAME_STR", OAEP_MD_NAME_STR); in CreateCipherSpecItemCode()
H A Dnapi_utils.cpp106 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 Dcipher_rsa_openssl.c308 case OAEP_MD_NAME_STR: in GetRsaCipherSpecString()

Completed in 10 milliseconds