Home
last modified time | relevance | path

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 Dcipher.h42 OAEP_MGF1_MD_STR = 102, enumerator
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_cipher_test.cpp841 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 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.cpp164 AddUint32Property(env, code, "OAEP_MGF1_MD_STR", OAEP_MGF1_MD_STR); in CreateCipherSpecItemCode()
H A Dnapi_utils.cpp107 targetItemType == OAEP_MGF1_MD_STR || targetItemType == SM2_MD_NAME_STR) { in GetCipherSpecType()
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_sm4_cipher_test.cpp944 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 Dcrypto_3des_cipher_test.cpp1831 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 Dcrypto_rsa_cipher_test.cpp165 res = cipher->getCipherSpecString(cipher, OAEP_MGF1_MD_STR, &returnMgf1MdName); in RsaCipherSpec()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_rsa_openssl.c315 case OAEP_MGF1_MD_STR: in GetRsaCipherSpecString()

Completed in 13 milliseconds