Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c4332 copyin_aes_ccm_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, in copyin_aes_ccm_mech() argument
4345 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech)); in copyin_aes_ccm_mech()
4418 copyin_aes_gcm_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, in copyin_aes_gcm_mech() argument
4431 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech)); in copyin_aes_gcm_mech()
4493 copyin_aes_gmac_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, in copyin_aes_gmac_mech() argument
4506 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech)); in copyin_aes_gmac_mech()
4573 copyin_aes_ctr_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, in copyin_aes_ctr_mech() argument
4586 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech)); in copyin_aes_ctr_mech()
4623 copyin_ecc_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech, in copyin_ecc_mech() argument
4636 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech)); in copyin_ecc_mech()
[all …]
H A Dcrypto.c2141 copyin_mech(int mode, crypto_session_data_t *sp, crypto_mechanism_t *in_mech, in copyin_mech() argument
2153 bcopy(in_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech)); in copyin_mech()