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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_rsa.c48 int dca_rsainit(crypto_ctx_t *, crypto_mechanism_t *, crypto_key_t *, int);
81 /* Extracting the key attributes is now done in dca_rsainit(). */
391 dca_rsainit(crypto_ctx_t *ctx, crypto_mechanism_t *mechanism, function
420 DBG(NULL, DENTRY, "dca_rsainit: start");
424 "dca_rsainit: unable to allocate request for RSA");
437 DBG(NULL, DWARN, "dca_rsainit: key attributes missing");
454 DBG(NULL, DWARN, "dca_rsainit: no exponent in key");
462 DBG(NULL, DWARN, "dca_rsainit: failed to retrieve modulus");
467 DBG(NULL, DWARN, "dca_rsainit: bad modulus size");
481 DBG(NULL, DWARN, "dca_rsainit
[all...]

Completed in 68 milliseconds