Lines Matching refs:resultlen
91 size_t resultlen = 0; in test_hmac_alloc() local
108 &resultlen, &error_fatal); in test_hmac_alloc()
111 for (j = 0; j < resultlen; j++) { in test_hmac_alloc()
130 size_t resultlen = 0; in test_hmac_prealloc() local
141 resultlen = strlen(exp_output) / 2; in test_hmac_prealloc()
142 result = g_new0(uint8_t, resultlen); in test_hmac_prealloc()
150 &resultlen, &error_fatal); in test_hmac_prealloc()
154 for (j = 0; j < resultlen; j++) { in test_hmac_prealloc()
173 size_t resultlen = 0; in test_hmac_iov() local
194 &resultlen, &error_fatal); in test_hmac_iov()
197 for (j = 0; j < resultlen; j++) { in test_hmac_iov()