OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_cfuncs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
cgdvar.h
114
const struct cryptfuncs *
sc_cfuncs
; /* encryption functions */
member in struct:cgd_softc
cgd.c
1263
sc->
sc_cfuncs
= cryptfuncs_find(inbuf);
1264
if (!sc->
sc_cfuncs
) {
1303
if (strcmp(sc->
sc_cfuncs
->cf_name, "aes-cbc") &&
1304
strcmp(sc->
sc_cfuncs
->cf_name, "3des-cbc") &&
1305
strcmp(sc->
sc_cfuncs
->cf_name, "blowfish-cbc")) {
1308
encblkno[i].n, sc->
sc_cfuncs
->cf_name);
1316
sc->sc_cdata.cf_priv = sc->
sc_cfuncs
->cf_init(ci->ci_keylen, inbuf,
1376
sc->
sc_cfuncs
->cf_destroy(sc->sc_cdata.cf_priv);
1423
strncpy(cgu->cgu_alg, sc->
sc_cfuncs
->cf_name,
1591
cfunc_cipher *cipher = sc->
sc_cfuncs
->cf_cipher
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025