/openssl/crypto/bf/ |
H A D | bf_ofb64.c | 35 int save = 0; in BF_ofb64_encrypt() local 53 save++; in BF_ofb64_encrypt() 58 if (save) { in BF_ofb64_encrypt()
|
/openssl/crypto/rc2/ |
H A D | rc2ofb64.c | 35 int save = 0; in RC2_ofb64_encrypt() local 53 save++; in RC2_ofb64_encrypt() 58 if (save) { in RC2_ofb64_encrypt()
|
/openssl/crypto/rc5/ |
H A D | rc5ofb64.c | 35 int save = 0; in RC5_32_ofb64_encrypt() local 53 save++; in RC5_32_ofb64_encrypt() 58 if (save) { in RC5_32_ofb64_encrypt()
|
/openssl/crypto/cast/ |
H A D | c_ofb64.c | 35 int save = 0; in CAST_ofb64_encrypt() local 53 save++; in CAST_ofb64_encrypt() 58 if (save) { in CAST_ofb64_encrypt()
|
/openssl/crypto/idea/ |
H A D | i_ofb64.c | 36 int save = 0; in IDEA_ofb64_encrypt() local 59 save++; in IDEA_ofb64_encrypt() 64 if (save) { in IDEA_ofb64_encrypt()
|
/openssl/crypto/des/ |
H A D | ofb64ede.c | 35 int save = 0; in DES_ede3_ofb64_encrypt() local 56 save++; in DES_ede3_ofb64_encrypt() 61 if (save) { in DES_ede3_ofb64_encrypt()
|
H A D | ofb64enc.c | 34 int save = 0; in DES_ofb64_encrypt() local 52 save++; in DES_ofb64_encrypt() 57 if (save) { in DES_ofb64_encrypt()
|
/openssl/.github/workflows/ |
H A D | ci.yml | 101 - name: save artifacts 123 - name: save artifacts 148 - name: save artifacts 170 - name: save artifacts 192 - name: save artifacts 214 - name: save artifacts 240 - name: save artifacts 266 - name: save artifacts 292 - name: save artifacts 318 - name: save artifacts [all …]
|
H A D | fips-checksums.yml | 69 - name: save PR number 71 - name: save artifact 113 - name: save PR number 115 - name: save artifact
|
/openssl/apps/ |
H A D | vms_decc_init.c | 142 # pragma extern_model save 160 # pragma extern_model save
|
/openssl/include/crypto/ |
H A D | __DECC_INCLUDE_PROLOGUE.H | 16 #pragma names save
|
/openssl/include/internal/ |
H A D | __DECC_INCLUDE_PROLOGUE.H | 16 #pragma names save
|
/openssl/crypto/ |
H A D | ia64cpuid.S | 65 .save ar.pfs,r2 66 .save ar.lc,r3 188 .save ar.pfs,r2 190 .save ar.lc,r3 195 .save pr,r9
|
H A D | sparccpuid.S | 33 save %sp,FRAME,%sp 148 save %sp,FRAME,%sp 185 save %sp,FRAME,%sp 483 mov %o1,%o3 ! save cnt 521 mov %o1,%o3 ! save cnt
|
/openssl/include/openssl/ |
H A D | __DECC_INCLUDE_PROLOGUE.H | 21 # pragma names save
|
H A D | core.h | 198 # pragma names save
|
/openssl/providers/implementations/include/prov/ |
H A D | __DECC_INCLUDE_PROLOGUE.H | 21 # pragma names save
|
/openssl/apps/include/ |
H A D | __DECC_INCLUDE_PROLOGUE.H | 21 # pragma names save
|
/openssl/providers/common/include/prov/ |
H A D | __DECC_INCLUDE_PROLOGUE.H | 21 # pragma names save
|
/openssl/crypto/bn/asm/ |
H A D | ia64.S | 190 .save ar.lc,r3 195 .save pr,r9 243 .save ar.lc,r3 248 .save pr,r9 306 .save ar.lc,r3 308 .save pr,r9 412 .save ar.lc,r3 419 .save pr,r9 489 .save pr,r9 1420 .save b0,r3 [all …]
|
/openssl/crypto/dso/ |
H A D | dso_vms.c | 28 # pragma pointer_size save 106 # pragma pointer_size save in vms_load() 292 # pragma pointer_size save in vms_bind_sym() 389 # pragma pointer_size save in vms_merger()
|
/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 43 .save ar.pfs,r2 117 .save ar.pfs,r2 119 .save ar.lc,r3 121 .save pr,r36 284 .save ar.pfs,r2
|
/openssl/crypto/bio/ |
H A D | bss_log.c | 37 # pragma pointer_size save 313 # pragma pointer_size save in xsyslog()
|
H A D | bio_addr.c | 771 # pragma pointer_size save in BIO_lookup_ex() 874 # pragma pointer_size save in BIO_lookup_ex() 919 # pragma pointer_size save in BIO_lookup_ex()
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 58 typedef int key_to_paramstring_fn(const void *key, int nid, int save, 443 static int prepare_dh_params(const void *dh, int nid, int save, in prepare_dh_params() argument 570 static int prepare_dsa_params(const void *dsa, int nid, int save, in prepare_dsa_params() argument 577 if (save && p != NULL && q != NULL && g != NULL) in prepare_dsa_params() 668 static int prepare_ec_params(const void *eckey, int nid, int save, in prepare_ec_params() argument 835 static int prepare_rsa_params(const void *rsa, int nid, int save, in prepare_rsa_params() argument
|