/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
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 …]
|
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()
|
/third_party/openssl/crypto/ec/curve448/ |
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 …]
|
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()
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
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()
|
/third_party/openssl/crypto/modes/ |
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()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
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()
|
/third_party/openssl/providers/implementations/ciphers/ |
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()
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/ |
D | arm64cpuid.S | 67 .globl OPENSSL_cleanse symbol 68 .type OPENSSL_cleanse,%function 70 OPENSSL_cleanse: label 96 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/ |
D | arm64cpuid.S | 67 .globl OPENSSL_cleanse symbol 68 .type OPENSSL_cleanse,%function 70 OPENSSL_cleanse: label 96 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
/third_party/node/deps/openssl/openssl/crypto/cmac/ |
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()
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ |
D | ppccpuid.s | 144 .globl OPENSSL_cleanse symbol 145 .type OPENSSL_cleanse,@function 147 OPENSSL_cleanse: label 148 .localentry OPENSSL_cleanse,0 178 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ |
D | ppccpuid.s | 144 .globl OPENSSL_cleanse symbol 145 .type OPENSSL_cleanse,@function 147 OPENSSL_cleanse: label 148 .localentry OPENSSL_cleanse,0 178 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
/third_party/openssl/crypto/cmac/ |
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()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
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()
|
/third_party/openssl/crypto/ec/ |
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()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ |
D | armv4cpuid.S | 50 .globl OPENSSL_cleanse symbol 51 .type OPENSSL_cleanse,%function 52 OPENSSL_cleanse: label 87 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ |
D | armv4cpuid.S | 50 .globl OPENSSL_cleanse symbol 51 .type OPENSSL_cleanse,%function 52 OPENSSL_cleanse: label 87 .size OPENSSL_cleanse,.-OPENSSL_cleanse
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
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()
|
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()
|
/third_party/openssl/crypto/evp/ |
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()
|
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()
|
/third_party/openssl/crypto/md5/ |
D | md5_sha1.c | 104 OPENSSL_cleanse(md5tmp, sizeof(md5tmp)); in ossl_md5_sha1_ctrl() 105 OPENSSL_cleanse(sha1tmp, sizeof(sha1tmp)); in ossl_md5_sha1_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/md5/ |
D | md5_sha1.c | 104 OPENSSL_cleanse(md5tmp, sizeof(md5tmp)); in ossl_md5_sha1_ctrl() 105 OPENSSL_cleanse(sha1tmp, sizeof(sha1tmp)); in ossl_md5_sha1_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
D | p12_crpt.c | 73 OPENSSL_cleanse(key, EVP_MAX_KEY_LENGTH); in PKCS12_PBE_keyivgen_ex() 74 OPENSSL_cleanse(iv, EVP_MAX_IV_LENGTH); in PKCS12_PBE_keyivgen_ex()
|