f2                187 ext/digest/sha.c   subRound (A, B, C, D, E, f2, K3, expand (sha->key, 20));
f2                188 ext/digest/sha.c   subRound (E, A, B, C, D, f2, K3, expand (sha->key, 21));
f2                189 ext/digest/sha.c   subRound (D, E, A, B, C, f2, K3, expand (sha->key, 22));
f2                190 ext/digest/sha.c   subRound (C, D, E, A, B, f2, K3, expand (sha->key, 23));
f2                191 ext/digest/sha.c   subRound (B, C, D, E, A, f2, K3, expand (sha->key, 24));
f2                192 ext/digest/sha.c   subRound (A, B, C, D, E, f2, K3, expand (sha->key, 25));
f2                193 ext/digest/sha.c   subRound (E, A, B, C, D, f2, K3, expand (sha->key, 26));
f2                194 ext/digest/sha.c   subRound (D, E, A, B, C, f2, K3, expand (sha->key, 27));
f2                195 ext/digest/sha.c   subRound (C, D, E, A, B, f2, K3, expand (sha->key, 28));
f2                196 ext/digest/sha.c   subRound (B, C, D, E, A, f2, K3, expand (sha->key, 29));
f2                197 ext/digest/sha.c   subRound (A, B, C, D, E, f2, K3, expand (sha->key, 30));
f2                198 ext/digest/sha.c   subRound (E, A, B, C, D, f2, K3, expand (sha->key, 31));
f2                199 ext/digest/sha.c   subRound (D, E, A, B, C, f2, K3, expand (sha->key, 32));
f2                200 ext/digest/sha.c   subRound (C, D, E, A, B, f2, K3, expand (sha->key, 33));
f2                201 ext/digest/sha.c   subRound (B, C, D, E, A, f2, K3, expand (sha->key, 34));
f2                202 ext/digest/sha.c   subRound (A, B, C, D, E, f2, K3, expand (sha->key, 35));
f2                203 ext/digest/sha.c   subRound (E, A, B, C, D, f2, K3, expand (sha->key, 36));
f2                204 ext/digest/sha.c   subRound (D, E, A, B, C, f2, K3, expand (sha->key, 37));
f2                205 ext/digest/sha.c   subRound (C, D, E, A, B, f2, K3, expand (sha->key, 38));
f2                206 ext/digest/sha.c   subRound (B, C, D, E, A, f2, K3, expand (sha->key, 39));
f2                471 gc/cord/cordbscs.c         if (f2 != CORD_NO_FN) {
f2                472 gc/cord/cordbscs.c             return((*f2)(p, client_data));
f2                489 gc/cord/cordbscs.c     	        return(CORD_iter5(conc -> right, i - left_len, f1, f2,
f2                493 gc/cord/cordbscs.c     	if (CORD_iter5(conc -> left, i, f1, f2, client_data)) {
f2                496 gc/cord/cordbscs.c     	return(CORD_iter5(conc -> right, 0, f1, f2, client_data));
f2                135 gc/cord/cordtest.c     FILE *f1a, *f1b, *f2;
f2                172 gc/cord/cordtest.c     w = CORD_from_file(f2 = fopen(FNAME2, "rb"));
f2                193 gc/cord/cordtest.c     	if (fclose(f2) == EOF) ABORT("fclose(f2) failed");