Home
last modified time | relevance | path

Searched refs:des_init_keysched (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c109 des_init_keysched( in soft_des_crypt_init_common()
116 des_init_keysched( in soft_des_crypt_init_common()
119 des_init_keysched( in soft_des_crypt_init_common()
135 des_init_keysched(OBJ_SEC(key_p)->sk_value, in soft_des_crypt_init_common()
142 des_init_keysched(OBJ_SEC(key_p)->sk_value, in soft_des_crypt_init_common()
145 des_init_keysched(OBJ_SEC(key_p)->sk_value, in soft_des_crypt_init_common()
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.h96 extern void des_init_keysched(uint8_t *, des_strength_t, void *);
H A Ddes_impl.c851 des_init_keysched(uint8_t *cipherKey, des_strength_t strength, void *ks) in des_init_keysched() function
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/
H A Dmapfile-cap63 des_init_keysched;
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers127 des_init_keysched;
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c415 des_init_keysched(corrected_key, strength, newbie); in init_keysched()