Searched refs:inR (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/des/ |
H A D | des_soft.c | 285 #define do_F(iter, inR, outR) { \ in des_encrypt() argument 288 R.long0 = inR; \ in des_encrypt() 319 #define cipher(iter, inR, inL, outR, outL) { \ in des_encrypt() argument 320 do_F(iter, inR, outR); \ in des_encrypt() 322 outL = inR; \ in des_encrypt()
|
/illumos-gate/usr/src/lib/libnsl/des/ |
H A D | des_soft.c | 365 #define do_F(iter, inR, outR) { \ in __des_encrypt() argument 368 R.long0 = inR; \ in __des_encrypt() 396 #define cipher(iter, inR, inL, outR, outL) { \ in __des_encrypt() argument 397 do_F(iter, inR, outR); \ in __des_encrypt() 399 outL = inR; \ in __des_encrypt()
|
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_soft.c | 327 #define do_F(iter, inR, outR) { \ in des_encrypt() argument 330 R.long0 = inR; \ in des_encrypt() 361 #define cipher(iter, inR, inL, outR, outL) { \ in des_encrypt() argument 362 do_F(iter, inR, outR); \ in des_encrypt() 364 outL = inR; \ in des_encrypt()
|