Searched refs:cipherTextSize (Results 1 – 5 of 5) sorted by relevance
/external/tpm2-tss/src/tss2-fapi/api/ |
D | Fapi_Decrypt.c | 73 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()
|
D | Fapi_Encrypt.c | 79 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/ |
D | fapi-data-crypt.int.c | 194 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/ |
D | tss2_fapi.h | 314 size_t *cipherTextSize); 325 size_t *cipherTextSize ); 331 size_t cipherTextSize, 339 size_t cipherTextSize);
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 1321 size_t *cipherTextSize) 1332 size_t *cipherTextSize ) 1342 size_t cipherTextSize, 1350 size_t cipherTextSize);
|