Branch Coverage

src/kdf/hkdf.c
Criterion Covered Total %
branch 0 12 0.0


line true false branch
37 0 0 if (salt == BR_HKDF_NO_SALT) {
75 0 0 while (out_len > 0) {
78 0 0 if (hc->ptr == hc->dig_len) {
83 0 0 if (hc->chunk_num == 256) {
88 0 0 if (x != 1) {
97 0 0 if (clen > out_len) {