Searched defs:dca_dsainit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_dsa.c52 int dca_dsainit(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism,
382 dca_dsainit(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, function
397 "dca_dsainit: unable to allocate request for DSA");
406 DBG(NULL, DWARN, "dca_dsainit: key attributes missing");
414 DBG(NULL, DWARN, "dca_dsainit: prime key value not present");
422 DBG(NULL, DWARN, "dca_dsainit: subprime key value not present");
430 DBG(NULL, DWARN, "dca_dsainit: base key value not present");
438 DBG(NULL, DWARN, "dca_dsainit: value key not present");
450 DBG(NULL, DWARN, "dca_dsainit: maximum 1Kbit key (%d)", plen);
456 DBG(NULL, DWARN, "dca_dsainit
[all...]

Completed in 56 milliseconds