Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.h102 extern int des_encrypt_block(const void *, const uint8_t *, uint8_t *);
H A Ddes_impl.c1028 des_encrypt_block(const void *keysched, const uint8_t *in, uint8_t *out) in des_encrypt_block() function
1073 length, out, DES_BLOCK_LEN, des_encrypt_block, in des_encrypt_contiguous_blocks()
1077 out, DES_BLOCK_LEN, des_encrypt_block); in des_encrypt_contiguous_blocks()