Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/opencrypto/
HDcrypto.c179 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
844 result = crypto_invoke(cap, crp, 0); in crypto_dispatch()
1043 crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint) in crypto_invoke() function
1341 result = crypto_invoke(cap, submit, hint); in crypto_proc()