Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.h103 extern int des3_encrypt_block(const void *, const uint8_t *, uint8_t *);
H A Ddes_impl.c1034 des3_encrypt_block(const void *keysched, const uint8_t *in, uint8_t *out) in des3_encrypt_block() function
1064 length, out, DES_BLOCK_LEN, des3_encrypt_block, in des_encrypt_contiguous_blocks()
1068 out, DES_BLOCK_LEN, des3_encrypt_block); in des_encrypt_contiguous_blocks()