Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcrypto.c118 struct cryptocap { struct
130 static struct cryptocap **crypto_drivers = NULL; argument
134 struct cryptocap *cap;
219 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
275 static struct cryptocap *
276 cap_ref(struct cryptocap *cap) in cap_ref()
284 cap_rele(struct cryptocap *cap) in cap_rele()
314 sizeof(struct cryptocap), M_CRYPTO_DATA, M_WAITOK | M_ZERO); in crypto_init()
590 static struct cryptocap *
601 static struct cryptocap *
[all …]