Home
last modified time | relevance | path

Searched refs:cipherTextSize (Results 1 – 5 of 5) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/api/
DFapi_Decrypt.c73 size_t cipherTextSize, in Fapi_Decrypt() argument
100 r = Fapi_Decrypt_Async(context, keyPath, cipherText, cipherTextSize); in Fapi_Decrypt()
156 size_t cipherTextSize) in Fapi_Decrypt_Async() argument
180 uint8_t *inData = malloc(cipherTextSize); in Fapi_Decrypt_Async()
182 memcpy(inData, cipherText, cipherTextSize); in Fapi_Decrypt_Async()
184 command->numBytes = cipherTextSize; in Fapi_Decrypt_Async()
DFapi_Encrypt.c79 size_t *cipherTextSize) in Fapi_Encrypt() argument
116 r = Fapi_Encrypt_Finish(context, cipherText, cipherTextSize); in Fapi_Encrypt()
243 size_t *cipherTextSize) in Fapi_Encrypt_Finish() argument
338 if (cipherTextSize) in Fapi_Encrypt_Finish()
339 *cipherTextSize = tpmCipherText->size; in Fapi_Encrypt_Finish()
/external/tpm2-tss/test/integration/
Dfapi-data-crypt.int.c194 size_t cipherTextSize; in test_fapi_data_crypt() local
239 SIZE, &cipherText, &cipherTextSize); in test_fapi_data_crypt()
250 r = Fapi_Decrypt(context, "HS/SRK/myRsaCryptKey", cipherText, cipherTextSize, in test_fapi_data_crypt()
/external/tpm2-tss/include/tss2/
Dtss2_fapi.h314 size_t *cipherTextSize);
325 size_t *cipherTextSize );
331 size_t cipherTextSize,
339 size_t cipherTextSize);
/external/tpm2-tss/doc/
Ddoxygen.dox1321 size_t *cipherTextSize)
1332 size_t *cipherTextSize )
1342 size_t cipherTextSize,
1350 size_t cipherTextSize);