| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlko.pod | 51 US-ASCII�� KS X 1001�� ���� ���� ��Ƽ����Ʈ ���ڵ� (���� �ϼ����̶�� 52 �Ҹ�.) KS X 2901�� RFC 1557 ����. 63 KS X 1001:1998 �η� 3���� ������ ������. ���� �����丮�� cp949�� 64 ���������� US-ASCII�� KS X 1001�� 8,822���� �ѱ� ������ ���� ����. 70 KS X 1001�� �����丮�� �ϴ� ������ euc-kr�� ������ ���ڵ� ����� �ٸ�. 75 KS X 1001(KS C 5601)�� GL(��, MSB�� 0���� �� ���) �� ������ ���� 78 ���� ����. KS C 5601�� 1997�� KS X 1001�� �̸��� �ٲپ���. 1998��� ��
|
| /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/des/ |
| H A D | afsstring2key.c | 384 char KS[16][48]; in afs_crypt() local 395 krb5_afs_crypt_setkey(block, E, KS); in afs_crypt() 416 krb5_afs_encrypt(block,E,KS); in afs_crypt() 439 static void krb5_afs_crypt_setkey(char *key, char *E, char (*KS)[48]) in krb5_afs_crypt_setkey() 481 KS[i][j] = C[PC2_C[j]-1]; in krb5_afs_crypt_setkey() 482 KS[i][j+24] = D[PC2_D[j]-28-1]; in krb5_afs_crypt_setkey() 499 static void krb5_afs_encrypt(char *block, char *E, char (*KS)[48]) in krb5_afs_encrypt() 547 preS[j] = R[E[j]-1] ^ KS[i][j]; in krb5_afs_encrypt()
|
| /onnv-gate/usr/src/lib/libcrypt/common/ |
| H A D | des_crypt.c | 134 static char KS[16][48]; variable 200 KS[i][j] = C[PC2_C[j]-1]; in des_setkey_nolock() 201 KS[i][j+24] = D[PC2_D[j]-28-1]; in des_setkey_nolock() 307 preS, E, KS, S, f, tempL, P, FP); in des_encrypt_nolock() 310 preS, E, KS, S, f, tempL, P, FP); in des_encrypt_nolock()
|
| H A D | des_encrypt.c | 38 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) in des_encrypt1() 65 preS[j] = R[E[j]-1] ^ KS[i][j]; in des_encrypt1()
|
| H A D | des_decrypt.c | 37 _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[]… in _des_decrypt1() 65 preS[j] = R[E[j]-1] ^ KS[i][j]; in _des_decrypt1()
|
| H A D | llib-lcrypt | 70 char *E, char KS[][48], char S[][64], char *f, 75 char *E, char KS[][48], char S[][64], char *f, 78 char *E, char KS[][48], char S[][64], char *f,
|
| /onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | _crypt.c | 145 #define KS (_c->_KS) macro 208 KS[i][j] = C[PC2_C[j]-1]; in setkey() 209 KS[i][j+24] = D[PC2_D[j]-28-1]; in setkey() 335 preS[j] = R[E[j]-1] ^ KS[i][j]; in encrypt()
|
| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | crypt.c | 879 static char *KS; variable 906 if (KS != NULL) { /* already allocated */ in allocate_KS() 914 if (KS != NULL) { /* someone else got here first */ in allocate_KS() 919 if ((KS = ks) == NULL) /* calloc() failed */ in allocate_KS() 952 *(KS+index+j) = C[PC2_C[j]-1]; in unlocked_setkey() 953 *(KS+index+j+24) = D[PC2_D[j]-28-1]; in unlocked_setkey() 1035 preS[j] = R[E[j]-1] ^ *(KS+index+j); in unlocked_encrypt()
|
| /onnv-gate/usr/src/cmd/fm/dicts/ |
| H A D | SMF.po | 315 # code: SMF-8000-KS 318 msgid "SMF-8000-KS.type" 320 msgid "SMF-8000-KS.severity" 322 msgid "SMF-8000-KS.description" 324 msgid "SMF-8000-KS.response" 326 msgid "SMF-8000-KS.impact" 328 msgid "SMF-8000-KS.action"
|
| H A D | SUN4V.po | 299 # code: SUN4V-8000-KS 302 msgid "SUN4V-8000-KS.type" 304 msgid "SUN4V-8000-KS.severity" 306 msgid "SUN4V-8000-KS.description" 308 msgid "SUN4V-8000-KS.response" 310 msgid "SUN4V-8000-KS.impact" 312 msgid "SUN4V-8000-KS.action"
|
| /onnv-gate/usr/src/ucblib/libcurses/ |
| H A D | curses.c | 55 *K9, *HO, *IC, *IM, *IP, *KD, *KE, *KH, *KL, *KR, *KS, *KU, variable
|
| H A D | mapfile-vers | 102 KS;
|
| H A D | cr_tty.c | 48 &IM, &IP, &KD, &KE, &KH, &KL, &KR, &KS, &KU,
|
| /onnv-gate/usr/src/lib/libast/common/uwin/ |
| H A D | crypt.c | 647 static C_block KS[KS_SIZE]; variable 664 key = (char *)&KS[0]; in des_setkey() 724 kp = &KS[0]; in des_cipher() 730 kp = &KS[KS_SIZE-1]; in des_cipher()
|
| /onnv-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
| H A D | SAMPLE3.dict | 90 #TEST:key2code:0:fault.a19:SAMPLE3-89KS-GD 111 #TEST:code2key:0:SAMPLE3-89KS-GD:fault.a19
|
| /onnv-gate/usr/src/ucbhead/ |
| H A D | curses.h | 64 *KR, *KS, *KU, *LL, *MA, *ND, *NL, *RC, *SC, *SE, *SF,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/ |
| H A D | Supported.pod | 245 johab [KS X 1001:1998, Annex 3] 857 A comprehensive overview of the Korean (C<KS *>) standards.
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | perl.h | 2316 char KS[16][48]; member
|
| /onnv-gate/usr/src/cmd/zic/ |
| H A D | northamerica | 795 # Kearny County, KS (put all of county on central; 803 # We don't know where the line used to be within Kearny County, KS,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/ |
| H A D | Index.txt | 1880 Hangul, Based on KS C 5601 (Korean) 3130 2202 KS C 5601 (Korean Hangul), Based on 3130
|
| H A D | NamesList.txt | 17153 @ Pronunciation variants from KS�X�1001:1998
|
| /onnv-gate/usr/src/cmd/look/ |
| H A D | words | 13023 KS
|
| /onnv-gate/usr/src/cmd/spell/ |
| H A D | list | 13022 KS
|
| /onnv-gate/usr/src/cmd/hwdata/ |
| H A D | usb.ids | 7308 4959 Kingsun KS-959 Infrared Adapter
|