Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c47 uint64_t ksch_decrypt[16]; member
52 uint64_t ksch_decrypt[48]; member
522 ksch->ksch_decrypt, /* LINTED */ in des3_crunch_block()
544 tmp = des_crypt_impl(ksch->ksch_decrypt, tmp, 3); in des3_crunch_block()
584 ksch->ksch_decrypt, /* LINTED */ in des_crunch_block()
608 tmp = des_crypt_impl(ksch->ksch_decrypt, tmp, 1); in des_crunch_block()
864 decryption_ks = ((keysched_t *)ks)->ksch_decrypt; in des_init_keysched()
869 decryption_ks = ((keysched3_t *)ks)->ksch_decrypt; in des_init_keysched()
874 decryption_ks = ((keysched3_t *)ks)->ksch_decrypt; in des_init_keysched()