/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-rsa-asym-encrypt-decrypt-pkcs1_oaep.md | 94 let mgf1Md = cipher.getCipherSpec(cryptoFramework.CipherSpecItem.OAEP_MGF1_MD_STR); 111 mgf1Md = decoder.getCipherSpec(cryptoFramework.CipherSpecItem.OAEP_MGF1_MD_STR); 182 let mgf1Md = cipher.getCipherSpec(cryptoFramework.CipherSpecItem.OAEP_MGF1_MD_STR); 199 mgf1Md = decoder.getCipherSpec(cryptoFramework.CipherSpecItem.OAEP_MGF1_MD_STR);
|
H A D | crypto-asym-encrypt-decrypt-spec.md | 140 | mgf1_md | OAEP_MGF1_MD_STR | √ | - |
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/crypto_operation/ |
H A D | cipher.h | 42 OAEP_MGF1_MD_STR = 102, enumerator
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-rsa-asym-encrypt-decrypt-pkcs1_oaep.md | 94 let mgf1Md = cipher.getCipherSpec(cryptoFramework.CipherSpecItem.OAEP_MGF1_MD_STR); 111 mgf1Md = decoder.getCipherSpec(cryptoFramework.CipherSpecItem.OAEP_MGF1_MD_STR); 182 let mgf1Md = cipher.getCipherSpec(cryptoFramework.CipherSpecItem.OAEP_MGF1_MD_STR); 199 mgf1Md = decoder.getCipherSpec(cryptoFramework.CipherSpecItem.OAEP_MGF1_MD_STR);
|
H A D | crypto-asym-encrypt-decrypt-spec.md | 138 | mgf1_md | OAEP_MGF1_MD_STR | √ | - |
|
/ohos5.0/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); 844 ret = cipher->getCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, &dataArray); 848 ret = cipher->setCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, dataUint8);
|
/ohos5.0/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()
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_cipher_test.cpp | 949 ret = cipher->getCipherSpecString(nullptr, OAEP_MGF1_MD_STR, nullptr); 952 ret = cipher->getCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, &dataArray); 956 ret = cipher->setCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, dataUint8);
|
H A D | crypto_3des_cipher_test.cpp | 1831 ret = cipher->getCipherSpecString(nullptr, OAEP_MGF1_MD_STR, nullptr); 1834 ret = cipher->getCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, &dataArray); 1838 ret = cipher->setCipherSpecUint8Array(nullptr, OAEP_MGF1_MD_STR, dataUint8);
|
H A D | crypto_rsa_cipher_test.cpp | 165 res = cipher->getCipherSpecString(cipher, OAEP_MGF1_MD_STR, &returnMgf1MdName); in RsaCipherSpec()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-security.md | 32 |新增|NA|类名:CipherSpecItem;<br>方法or属性:OAEP_MGF1_MD_STR = 102|@ohos.security.cryptoFramework.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-security.md | 32 |Added|NA|Class name: CipherSpecItem;<br>Method or attribute name: OAEP_MGF1_MD_STR = 102|@ohos.sec…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-security.md | 124 |新增|NA|类名:CipherSpecItem;<br>方法or属性:OAEP_MGF1_MD_STR = 102|@ohos.security.cryptoFramework.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-security.md | 124 |Added|NA|Class name: CipherSpecItem;<br>Method or attribute name: OAEP_MGF1_MD_STR = 102|@ohos.sec…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | js-apis-cryptoFramework.md | 222 | OAEP_MGF1_MD_STR | 102 | 表示RSA算法中,使用PKCS1_OAEP模式时,MGF1掩码生成功能的消息摘要算法。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | js-apis-cryptoFramework.md | 222 | OAEP_MGF1_MD_STR | 102 | MD algorithm for the MGF1 mask generation used with the PKCS1_OAEP paddi…
|