Searched refs:DES_encrypt2 (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/crypto/des/ |
H A D | des_enc.c | 91 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc) in DES_encrypt2() function 165 DES_encrypt2((DES_LONG *)data, ks1, DES_ENCRYPT); in DES_encrypt3() 166 DES_encrypt2((DES_LONG *)data, ks2, DES_DECRYPT); in DES_encrypt3() 167 DES_encrypt2((DES_LONG *)data, ks3, DES_ENCRYPT); in DES_encrypt3() 185 DES_encrypt2((DES_LONG *)data, ks3, DES_DECRYPT); in DES_decrypt3() 186 DES_encrypt2((DES_LONG *)data, ks2, DES_ENCRYPT); in DES_decrypt3() 187 DES_encrypt2((DES_LONG *)data, ks1, DES_DECRYPT); in DES_decrypt3()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | des.h | 134 void DES_encrypt2(DES_LONG *data, DES_key_schedule *ks, int enc);
|
/freebsd/crypto/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 1166 ! void DES_encrypt2(data, ks, enc) 1172 .global DES_encrypt2 1173 .type DES_encrypt2,#function 1175 DES_encrypt2: 1278 .DES_encrypt2.end: 1279 .size DES_encrypt2, .DES_encrypt2.end-DES_encrypt2
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | des-586.S | 1075 .globl DES_encrypt2 1076 .type DES_encrypt2,@function 1078 DES_encrypt2: label 1122 .size DES_encrypt2,.-.L_DES_encrypt2_begin 3040 .globl DES_encrypt2 3041 .type DES_encrypt2,@function 3043 DES_encrypt2: label 3087 .size DES_encrypt2,.-.L_DES_encrypt2_begin
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto.txt | 444 DES_encrypt2(3)
|
H A D | missingcrypto111.txt | 503 DES_encrypt2(3)
|
H A D | libcrypto.num | 1029 DES_encrypt2 1057 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 893 DES_encrypt2;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1325 DES_crypt(), DES_fcrypt(), DES_encrypt1(), DES_encrypt2(), DES_encrypt3(),
|