Home
last modified time | relevance | path

Searched refs:OAEP_MGF1_PSRC_UINT8ARR (Results 1 - 8 of 8) sorted by relevance

/base/security/crypto_framework/interfaces/inner_api/crypto_operation/
H A Dcipher.h43 OAEP_MGF1_PSRC_UINT8ARR = 103, enumerator
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c215 // only implemented for OAEP_MGF1_PSRC_UINT8ARR in SetCipherSpecUint8Array()
221 if (item != OAEP_MGF1_PSRC_UINT8ARR) { in SetCipherSpecUint8Array()
263 if (item != OAEP_MGF1_PSRC_UINT8ARR) { in GetCipherSpecUint8Array()
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_cipher_test.cpp153 HcfResult res = cipher->setCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, pSource); in RsaCipherSpec()
170 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn); in RsaCipherSpec()
187 HcfResult res = cipher->setCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, pSource); in RsaSpecpSource()
189 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn); in RsaSpecpSource()
194 res = cipher->setCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, cleanP); in RsaSpecpSource()
196 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn); in RsaSpecpSource()
200 res = cipher->setCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, pSource); in RsaSpecpSource()
202 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn2); in RsaSpecpSource()
1472 res = cipher->setCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, pSource); in HWTEST_F()
1486 res = cipher->setCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, pSourc in HWTEST_F()
[all...]
H A Dcrypto_rsa_cipher_sub_test.cpp248 res = cipher->getCipherSpecUint8Array(reinterpret_cast<HcfCipher *>(&g_obj), OAEP_MGF1_PSRC_UINT8ARR, &retBlob); in HWTEST_F()
278 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &retBlob); in HWTEST_F()
366 res = cipher->setCipherSpecUint8Array(reinterpret_cast<HcfCipher *>(&g_obj), OAEP_MGF1_PSRC_UINT8ARR, retBlob); in HWTEST_F()
395 res = cipher->setCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, retBlob); in HWTEST_F()
H A Dcrypto_sm2_cipher_test.cpp939 res = cipher->getCipherSpecString(cipher, OAEP_MGF1_PSRC_UINT8ARR, &returnStr); in HWTEST_F()
1049 res = cipher->getCipherSpecString(cipher, OAEP_MGF1_PSRC_UINT8ARR, &returnStr); in HWTEST_F()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_rsa_openssl.c206 if (item != OAEP_MGF1_PSRC_UINT8ARR) { in SetRsaCipherSpecUint8Array()
259 if (item != OAEP_MGF1_PSRC_UINT8ARR) { in GetRsaCipherSpecUint8Array()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_init.cpp166 AddUint32Property(env, code, "OAEP_MGF1_PSRC_UINT8ARR", OAEP_MGF1_PSRC_UINT8ARR); in CreateCipherSpecItemCode()
H A Dnapi_utils.cpp110 if (targetItemType == OAEP_MGF1_PSRC_UINT8ARR) { in GetCipherSpecType()

Completed in 11 milliseconds