Home
last modified time | relevance | path

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

/netbsd-src/sys/netipsec/
H A Dxform_ipcomp.c149 crp = crypto_getreq(1); in ipcomp_input()
431 crp = crypto_getreq(1); in ipcomp_output()
H A Dxform_esp.c376 crp = crypto_getreq(esph ? 2 : 1); in esp_input()
839 crp = crypto_getreq(esph ? 2 : 1); in esp_output()
H A Dxform_ah.c593 crp = crypto_getreq(1); in ah_input()
1007 crp = crypto_getreq(1); in ah_output()
/netbsd-src/sys/opencrypto/
H A Dcryptodev.h638 extern struct cryptop *crypto_getreq(int num);
H A Dcryptodev.c505 crp = crypto_getreq((cse->tcomp != NULL) + (cse->txform != NULL) + (cse->thash != NULL)); in cryptodev_op()
1125 crp = crypto_getreq((cse->txform != NULL) + in cryptodev_mop()
H A Dcrypto.c1594 crypto_getreq(int num) in crypto_getreq() function
/netbsd-src/share/man/man9/
H A DMakefile612 opencrypto.9 crypto_getreq.9 \