| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
| H A D | curve448.c | 274 OPENSSL_cleanse(ni, sizeof(ni)); in ossl_curve448_precomputed_scalarmul() 275 OPENSSL_cleanse(scalar1x, sizeof(scalar1x)); in ossl_curve448_precomputed_scalarmul() 306 OPENSSL_cleanse(u, sizeof(u)); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa() 319 OPENSSL_cleanse(x, sizeof(x)); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa() 320 OPENSSL_cleanse(y, sizeof(y)); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa() 321 OPENSSL_cleanse(z, sizeof(z)); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa() 322 OPENSSL_cleanse(t, sizeof(t)); in ossl_curve448_point_mul_by_ratio_and_encode_like_eddsa() 373 OPENSSL_cleanse(a, sizeof(a)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 374 OPENSSL_cleanse(b, sizeof(b)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() 375 OPENSSL_cleanse(c, sizeof(c)); in ossl_curve448_point_decode_like_eddsa_and_mul_by_ratio() [all …]
|
| H A D | eddsa.c | 153 OPENSSL_cleanse(secret_scalar_ser, sizeof(secret_scalar_ser)); in ossl_c448_ed448_derive_public_key() 199 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign() 202 OPENSSL_cleanse(expanded, sizeof(expanded)); in ossl_c448_ed448_sign() 212 OPENSSL_cleanse(nonce, sizeof(nonce)); in ossl_c448_ed448_sign() 245 OPENSSL_cleanse(challenge, sizeof(challenge)); in ossl_c448_ed448_sign() 251 OPENSSL_cleanse(signature, EDDSA_448_SIGNATURE_BYTES); in ossl_c448_ed448_sign() 347 OPENSSL_cleanse(challenge, sizeof(challenge)); in ossl_c448_ed448_verify()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
| H A D | curve448.c | 270 OPENSSL_cleanse(ni, sizeof(ni)); in curve448_precomputed_scalarmul() 271 OPENSSL_cleanse(scalar1x, sizeof(scalar1x)); in curve448_precomputed_scalarmul() 301 OPENSSL_cleanse(u, sizeof(u)); in curve448_point_mul_by_ratio_and_encode_like_eddsa() 314 OPENSSL_cleanse(x, sizeof(x)); in curve448_point_mul_by_ratio_and_encode_like_eddsa() 315 OPENSSL_cleanse(y, sizeof(y)); in curve448_point_mul_by_ratio_and_encode_like_eddsa() 316 OPENSSL_cleanse(z, sizeof(z)); in curve448_point_mul_by_ratio_and_encode_like_eddsa() 317 OPENSSL_cleanse(t, sizeof(t)); in curve448_point_mul_by_ratio_and_encode_like_eddsa() 367 OPENSSL_cleanse(a, sizeof(a)); in curve448_point_decode_like_eddsa_and_mul_by_ratio() 368 OPENSSL_cleanse(b, sizeof(b)); in curve448_point_decode_like_eddsa_and_mul_by_ratio() 369 OPENSSL_cleanse(c, sizeof(c)); in curve448_point_decode_like_eddsa_and_mul_by_ratio() [all …]
|
| H A D | eddsa.c | 125 OPENSSL_cleanse(secret_scalar_ser, sizeof(secret_scalar_ser)); in c448_ed448_derive_public_key() 169 OPENSSL_cleanse(expanded, sizeof(expanded)); in c448_ed448_sign() 172 OPENSSL_cleanse(expanded, sizeof(expanded)); in c448_ed448_sign() 182 OPENSSL_cleanse(nonce, sizeof(nonce)); in c448_ed448_sign() 214 OPENSSL_cleanse(challenge, sizeof(challenge)); in c448_ed448_sign() 220 OPENSSL_cleanse(signature, EDDSA_448_SIGNATURE_BYTES); in c448_ed448_sign() 312 OPENSSL_cleanse(challenge, sizeof(challenge)); in c448_ed448_verify()
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libdes/ |
| H A D | oread2pwd.c | 68 OPENSSL_cleanse(buf,BUFSIZ); in des_read_password() 69 OPENSSL_cleanse(buff,BUFSIZ); in des_read_password() 81 OPENSSL_cleanse(buf,BUFSIZ); in des_read_2passwords() 82 OPENSSL_cleanse(buff,BUFSIZ); in des_read_2passwords()
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libdes/ |
| H A D | oread2pwd.c | 68 OPENSSL_cleanse(buf,BUFSIZ); in des_read_password() 69 OPENSSL_cleanse(buff,BUFSIZ); in des_read_password() 81 OPENSSL_cleanse(buf,BUFSIZ); in des_read_2passwords() 82 OPENSSL_cleanse(buff,BUFSIZ); in des_read_2passwords()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/ |
| H A D | wrap128.c | 164 OPENSSL_cleanse(out, ret); in CRYPTO_128_unwrap() 284 OPENSSL_cleanse(buff, inlen); in CRYPTO_128_unwrap_pad() 289 OPENSSL_cleanse(out, inlen); in CRYPTO_128_unwrap_pad() 301 OPENSSL_cleanse(out, inlen); in CRYPTO_128_unwrap_pad() 315 OPENSSL_cleanse(out, inlen); in CRYPTO_128_unwrap_pad() 325 OPENSSL_cleanse(out, inlen); in CRYPTO_128_unwrap_pad()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/ |
| H A D | wrap128.c | 164 OPENSSL_cleanse(out, ret); in CRYPTO_128_unwrap() 284 OPENSSL_cleanse(buff, inlen); in CRYPTO_128_unwrap_pad() 289 OPENSSL_cleanse(out, inlen); in CRYPTO_128_unwrap_pad() 301 OPENSSL_cleanse(out, inlen); in CRYPTO_128_unwrap_pad() 315 OPENSSL_cleanse(out, inlen); in CRYPTO_128_unwrap_pad() 325 OPENSSL_cleanse(out, inlen); in CRYPTO_128_unwrap_pad()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ |
| H A D | cipher_tdes_wrap.c | 71 OPENSSL_cleanse(icv, 8); in des_ede3_unwrap() 72 OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH); in des_ede3_unwrap() 73 OPENSSL_cleanse(iv, 8); in des_ede3_unwrap() 74 OPENSSL_cleanse(ctx->iv, sizeof(ctx->iv)); in des_ede3_unwrap() 76 OPENSSL_cleanse(out, inl - 16); in des_ede3_unwrap() 98 OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH); in des_ede3_wrap()
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/ |
| H A D | arm64cpuid.S | 61 .globl OPENSSL_cleanse symbol 62 .type OPENSSL_cleanse,%function 64 OPENSSL_cleanse: label 90 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
| H A D | armv4cpuid.S | 50 .globl OPENSSL_cleanse symbol 51 .type OPENSSL_cleanse,%function 52 OPENSSL_cleanse: label 87 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/ |
| H A D | arm64cpuid.S | 60 .globl OPENSSL_cleanse symbol 61 .type OPENSSL_cleanse,%function 63 OPENSSL_cleanse: label 89 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cmac/ |
| H A D | cmac.c | 66 OPENSSL_cleanse(ctx->tbl, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup() 67 OPENSSL_cleanse(ctx->k1, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup() 68 OPENSSL_cleanse(ctx->k2, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup() 69 OPENSSL_cleanse(ctx->last_block, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup() 142 OPENSSL_cleanse(ctx->tbl, bl); in CMAC_Init() 215 OPENSSL_cleanse(out, bl); in CMAC_Final()
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| H A D | arm64cpuid.S | 68 .globl OPENSSL_cleanse symbol 69 .type OPENSSL_cleanse,%function 71 OPENSSL_cleanse: label 97 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
| H A D | armv4cpuid.S | 51 .globl OPENSSL_cleanse symbol 52 .type OPENSSL_cleanse,%function 53 OPENSSL_cleanse: label 88 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ |
| H A D | arm64cpuid.S | 67 .globl OPENSSL_cleanse symbol 68 .type OPENSSL_cleanse,%function 70 OPENSSL_cleanse: label 96 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmac/ |
| H A D | cmac.c | 72 OPENSSL_cleanse(ctx->tbl, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup() 73 OPENSSL_cleanse(ctx->k1, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup() 74 OPENSSL_cleanse(ctx->k2, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup() 75 OPENSSL_cleanse(ctx->last_block, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup() 152 OPENSSL_cleanse(ctx->tbl, bl); in CMAC_Init() 231 OPENSSL_cleanse(out, bl); in CMAC_Final()
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/alpha/ |
| H A D | alphacpuid.S | 88 .globl OPENSSL_cleanse symbol 89 .ent OPENSSL_cleanse 90 OPENSSL_cleanse: label 123 .end OPENSSL_cleanse
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ |
| H A D | alphacpuid.S | 88 .globl OPENSSL_cleanse symbol 89 .ent OPENSSL_cleanse 90 OPENSSL_cleanse: label 123 .end OPENSSL_cleanse
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ |
| H A D | ppccpuid.S | 170 .globl OPENSSL_cleanse symbol 171 .type OPENSSL_cleanse,@function 174 OPENSSL_cleanse: label 175 .quad .OPENSSL_cleanse,.TOC.@tocbase,0 178 .OPENSSL_cleanse: label
|
| /netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc64/ |
| H A D | ppccpuid.S | 170 .globl OPENSSL_cleanse symbol 171 .type OPENSSL_cleanse,@function 174 OPENSSL_cleanse: label 175 .quad .OPENSSL_cleanse,.TOC.@tocbase,0 178 .OPENSSL_cleanse: label
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| H A D | p5_crpt.c | 107 OPENSSL_cleanse(md_tmp, EVP_MAX_MD_SIZE); in PKCS5_PBE_keyivgen() 108 OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH); in PKCS5_PBE_keyivgen() 109 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH); in PKCS5_PBE_keyivgen()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| H A D | ecx_s390x.c | 106 OPENSSL_cleanse(param.x25519.d_src, sizeof(param.x25519.d_src)); in s390x_x25519_mul() 142 OPENSSL_cleanse(param.x448.d_src, sizeof(param.x448.d_src)); in s390x_x448_mul() 176 OPENSSL_cleanse(param.ed25519.d_src, sizeof(param.ed25519.d_src)); in s390x_ed25519_mul() 215 OPENSSL_cleanse(param.ed448.d_src, sizeof(param.ed448.d_src)); in s390x_ed448_mul()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | p5_crpt.c | 103 OPENSSL_cleanse(md_tmp, EVP_MAX_MD_SIZE); in PKCS5_PBE_keyivgen_ex() 104 OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH); in PKCS5_PBE_keyivgen_ex() 105 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH); in PKCS5_PBE_keyivgen_ex()
|
| H A D | e_des3.c | 351 OPENSSL_cleanse(icv, 8); in des_ede3_unwrap() 352 OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH); in des_ede3_unwrap() 353 OPENSSL_cleanse(iv, 8); in des_ede3_unwrap() 354 OPENSSL_cleanse(ctx->iv, 8); in des_ede3_unwrap() 356 OPENSSL_cleanse(out, inl - 16); in des_ede3_unwrap() 373 OPENSSL_cleanse(sha1tmp, SHA_DIGEST_LENGTH); in des_ede3_wrap()
|