crypto_defaults
for (i=0; i < (sizeof(crypto_defaults) / sizeof(crypto_defaults[0])); i++)
if (!strcmp(alg, crypto_defaults[i].alg))
p->keylen = crypto_defaults[i].keylen;
} crypto_defaults[] = {