Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/opencrypto/
Dcrypto.c177 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
806 result = crypto_invoke(cap, crp, 0); in crypto_dispatch()
1005 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke() function
1303 result = crypto_invoke(cap, submit, hint); in crypto_proc()