Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.h105 extern int des3_decrypt_block(const void *, const uint8_t *, uint8_t *);
H A Ddes_impl.c1046 des3_decrypt_block(const void *keysched, const uint8_t *in, uint8_t *out) in des3_decrypt_block() function
1096 length, out, DES_BLOCK_LEN, des3_decrypt_block, in des_decrypt_contiguous_blocks()
1100 out, DES_BLOCK_LEN, des3_decrypt_block); in des_decrypt_contiguous_blocks()