Searched refs:des_crunch_block (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/common/crypto/des/ |
H A D | des_impl.h | 92 extern int des_crunch_block(const void *, const uint8_t *, uint8_t *,
|
H A D | des_impl.c | 562 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_44/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/ |
H A D | mapfile-cap | 62 des_crunch_block;
|
/titanic_44/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 83 des_crunch_block;
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softDESCrypt.c | 348 (void) des_crunch_block( in soft_des_encrypt_common() 667 (void) des_crunch_block( in soft_des_decrypt_common()
|