Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcrypto.c117 struct cryptocap { struct
129 static struct cryptocap **crypto_drivers = NULL; argument
133 struct cryptocap *cap;
215 static int crypto_invoke(struct cryptocap *cap, struct cryptop *crp, int hint);
271 static struct cryptocap *
272 cap_ref(struct cryptocap *cap) in cap_ref()
280 cap_rele(struct cryptocap *cap) in cap_rele()
310 sizeof(struct cryptocap), M_CRYPTO_DATA, M_WAITOK | M_ZERO); in crypto_init()
586 static struct cryptocap *
597 static struct cryptocap *
[all …]