Lines Matching refs:result
47 unsigned char result[1024];
56 memset(result, 0, sizeof(result));
101 if ((f = fopen("result-enc.txt", "rb")) == NULL) {
102 mbedtls_printf("\n ! Could not open %s\n\n", "result-enc.txt");
116 * Decrypt the encrypted RSA data and print the result.
121 if ((ret = mbedtls_pk_decrypt(&pk, buf, i, result, &olen, sizeof(result),
130 mbedtls_printf("The decrypted result is: '%s'\n\n", result);