Searched refs:dca_dsainit (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | dca_dsa.c | 52 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...] |
H A D | dca.c | 4155 error = dca_dsainit(ctx, mechanism, key, KM_SLEEP, 4410 error = dca_dsainit(ctx, mechanism, key, KM_SLEEP,
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 865 int dca_dsainit(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *, int,
|
Completed in 74 milliseconds