Searched refs:crypto_defaults (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sbin/cgdconfig/
H A Dparams.c76 static struct crypto_defaults { struct
79 } crypto_defaults[] = { variable in typeref:struct:crypto_defaults
174 p->keylen = crypto_defaults[i].keylen;
1105 for (i=0; i < (sizeof(crypto_defaults) / sizeof(crypto_defaults[0])); i++)
1106 if (!strcmp(alg, crypto_defaults[i].alg))

Completed in 89 milliseconds