Lines Matching full:omac_process
2220 int omac_process( omac_state *state, 2228 omac_process(&mystate, "hello", 5);2229 omac_process(&mystate, " world", 6);2235 omac_process(&mystate, "hello world", 11);2317 if((err = omac_process(&omac, "hello", 5) != CRYPT_OK) {