Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/crypto/des/
H A Ddes_impl.h92 extern int des_crunch_block(const void *, const uint8_t *, uint8_t *,
H A Ddes_impl.c562 des_crunch_block(const void *cookie, const uint8_t block[DES_BLOCK_LEN], in des_crunch_block() function
1024 return (des_crunch_block(keysched, in, out, B_FALSE)); in des_encrypt_block()
1036 return (des_crunch_block(keysched, in, out, B_TRUE)); in des_decrypt_block()
/titanic_50/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap62 des_crunch_block;
/titanic_50/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers83 des_crunch_block;
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c348 (void) des_crunch_block( in soft_des_encrypt_common()
667 (void) des_crunch_block( in soft_des_decrypt_common()