Searched refs:in_mech (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c4306 copyin_aes_ccm_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, argument
4319 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech));
4392 copyin_aes_gcm_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, argument
4405 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech));
4467 copyin_aes_gmac_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, argument
4480 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech));
4547 copyin_aes_ctr_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, argument
4560 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech));
4597 copyin_ecc_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, argument
4610 bcopy(in_mech, STRUCT_BU
4674 copyout_aes_ctr_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, int *out_error, int mode) argument
[all...]
H A Dcrypto.c2105 copyin_mech(int mode, crypto_session_data_t *sp, crypto_mechanism_t *in_mech, argument
2117 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech));

Completed in 90 milliseconds