HomeSort by: relevance | last modified time | path
    Searched defs:crypto_defaults (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/cgdconfig/
params.c 76 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))
params.c 76 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 29 milliseconds