Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kgssapi/krb5/
H A Dkcrypto_des3.c184 crp = crypto_getreq(1); in des3_encrypt_1()
241 crp = crypto_getreq(1); in des3_checksum()
H A Dkcrypto_aes.c148 crp = crypto_getreq(1); in aes_encrypt_1()
327 crp = crypto_getreq(1); in aes_checksum()
H A Dkcrypto_des.c174 crp = crypto_getreq(1); in des1_encrypt_1()
/freebsd-12.1/sys/netipsec/
H A Dxform_ipcomp.c222 crp = crypto_getreq(1); in ipcomp_input()
467 crp = crypto_getreq(1); in ipcomp_output()
H A Dxform_esp.c363 crp = crypto_getreq(esph && espx ? 2 : 1); in esp_input()
813 crp = crypto_getreq(esph != NULL ? 2 : 1); in esp_output()
H A Dxform_ah.c629 crp = crypto_getreq(1); in ah_input()
989 crp = crypto_getreq(1); in ah_output()
/freebsd-12.1/sys/opencrypto/
H A Dcryptodev.h543 extern struct cryptop *crypto_getreq(int num);
H A Dcryptodev.c847 crp = crypto_getreq((cse->txform != NULL) + (cse->thash != NULL)); in cryptodev_op()
1022 crp = crypto_getreq(2); in cryptodev_aead()
H A Dcrypto.c1314 crypto_getreq(int num) in crypto_getreq() function
/freebsd-12.1/share/man/man9/
H A DMakefile872 crypto.9 crypto_getreq.9 \