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 D | cipher.h | 43 OAEP_MGF1_PSRC_UINT8ARR = 103, enumerator
|
/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | cipher.c | 215 // 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 D | crypto_rsa_cipher_test.cpp | 153 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 D | crypto_rsa_cipher_sub_test.cpp | 248 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 D | crypto_sm2_cipher_test.cpp | 939 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 D | cipher_rsa_openssl.c | 206 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 D | napi_init.cpp | 166 AddUint32Property(env, code, "OAEP_MGF1_PSRC_UINT8ARR", OAEP_MGF1_PSRC_UINT8ARR); in CreateCipherSpecItemCode()
|
H A D | napi_utils.cpp | 110 if (targetItemType == OAEP_MGF1_PSRC_UINT8ARR) { in GetCipherSpecType()
|
Completed in 11 milliseconds