Home
last modified time | relevance | path

Searched refs:getCipherSpecUint8Array (Results 1 – 6 of 6) sorted by relevance

/base/security/crypto_framework/frameworks/spi/
Dcipher_factory_spi.h43 …HcfResult (*getCipherSpecUint8Array)(HcfCipherGeneratorSpi *self, CipherSpecItem item, HcfBlob *re… member
/base/security/crypto_framework/interfaces/innerkits/crypto_operation/
Dcipher.h70 …HcfResult (*getCipherSpecUint8Array)(HcfCipher *self, CipherSpecItem item, HcfBlob *returnUint8Arr… member
/base/security/crypto_framework/frameworks/crypto_operation/
Dcipher.c269 return impl->spiObj->getCipherSpecUint8Array(impl->spiObj, item, returnUint8Array); in GetCipherSpecUint8Array()
324 cipher->super.getCipherSpecUint8Array = GetCipherSpecUint8Array; in InitCipher()
/base/security/crypto_framework/test/unittest/src/
Dcrypto_rsa_cipher_test.cpp1319 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn);
1365 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn);
1441 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn);
1488 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn);
1619 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn);
1668 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn);
1729 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn);
1737 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn);
1743 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MGF1_PSRC_UINT8ARR, &pSourceReturn2);
2064 res = cipher->getCipherSpecUint8Array(cipher, OAEP_MD_NAME_STR, nullptr);
[all …]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_rsa_openssl.c534 returnImpl->super.getCipherSpecUint8Array = GetRsaCipherSpecUint8Array; in HcfCipherRsaCipherSpiCreate()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_cipher.cpp685 HcfResult res = cipher->getCipherSpecUint8Array(cipher, item, &blob); in GetCipherSpecUint8Array()