Home
last modified time | relevance | path

Searched refs:crypto_invoke (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/opencrypto/
HDcrypto.c176 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
807 result = crypto_invoke(cap, crp, 0); in crypto_dispatch()
1006 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke() function
1304 result = crypto_invoke(cap, submit, hint); in crypto_proc()