Lines Matching refs:resultlen
99 size_t resultlen = 0; in test_hmac_alloc() local
116 &resultlen, &error_fatal); in test_hmac_alloc()
119 for (j = 0; j < resultlen; j++) { in test_hmac_alloc()
138 size_t resultlen = 0; in test_hmac_prealloc() local
149 resultlen = strlen(exp_output) / 2; in test_hmac_prealloc()
150 origresult = result = g_new0(uint8_t, resultlen); in test_hmac_prealloc()
158 &resultlen, &error_fatal); in test_hmac_prealloc()
164 for (j = 0; j < resultlen; j++) { in test_hmac_prealloc()
183 size_t resultlen = 0; in test_hmac_iov() local
204 &resultlen, &error_fatal); in test_hmac_iov()
207 for (j = 0; j < resultlen; j++) { in test_hmac_iov()