Home
last modified time | relevance | path

Searched refs:OPENSSL_cleanse (Results 1 – 25 of 131) sorted by relevance

123456

/openssl-master/crypto/ec/curve448/
A Dcurve448.c274 OPENSSL_cleanse(ni, sizeof(ni)); in ossl_curve448_precomputed_scalarmul()
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()
454 OPENSSL_cleanse(x1, sizeof(x1)); in ossl_x448_int()
455 OPENSSL_cleanse(x2, sizeof(x2)); in ossl_x448_int()
456 OPENSSL_cleanse(z2, sizeof(z2)); in ossl_x448_int()
457 OPENSSL_cleanse(x3, sizeof(x3)); in ossl_x448_int()
458 OPENSSL_cleanse(z3, sizeof(z3)); in ossl_x448_int()
[all …]
A Deddsa.c153 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()
/openssl-master/providers/implementations/ciphers/
A Dcipher_tdes_wrap.c71 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()
/openssl-master/crypto/modes/
A Dwrap128.c164 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()
/openssl-master/crypto/cmac/
A Dcmac.c72 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()
/openssl-master/crypto/evp/
A Dp5_crpt.c103 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()
A De_des3.c351 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()
A Devp_key.c72 OPENSSL_cleanse(buff, BUFSIZ); in EVP_read_pw_string_min()
152 OPENSSL_cleanse(md_buf, sizeof(md_buf)); in EVP_BytesToKey()
/openssl-master/crypto/ec/
A Decx_s390x.c106 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()
/openssl-master/crypto/md5/
A Dmd5_sha1.c104 OPENSSL_cleanse(md5tmp, sizeof(md5tmp)); in ossl_md5_sha1_ctrl()
105 OPENSSL_cleanse(sha1tmp, sizeof(sha1tmp)); in ossl_md5_sha1_ctrl()
A Dmd5_one.c51 OPENSSL_cleanse(&c, sizeof(c)); /* security consideration */ in MD5()
/openssl-master/crypto/des/
A Dstr2key.c42 OPENSSL_cleanse(&ks, sizeof(ks)); in DES_string_to_key()
80 OPENSSL_cleanse(&ks, sizeof(ks)); in DES_string_to_2keys()
/openssl-master/crypto/pkcs12/
A Dp12_crpt.c73 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()
/openssl-master/test/
A Dafalgtest.c62 OPENSSL_cleanse(ebuf, sizeof(ebuf)); in test_afalg_aes_cbc()
63 OPENSSL_cleanse(dbuf, sizeof(dbuf)); in test_afalg_aes_cbc()
/openssl-master/crypto/
A Dmem_clr.c22 void OPENSSL_cleanse(void *ptr, size_t len) in OPENSSL_cleanse() function
/openssl-master/crypto/md2/
A Dmd2_dgst.c153 OPENSSL_cleanse(state, 48 * sizeof(MD2_INT)); in md2_block()
177 OPENSSL_cleanse(c, sizeof(*c)); in MD2_Final()
A Dmd2_one.c51 OPENSSL_cleanse(&c, sizeof(c)); /* Security consideration */ in MD2()
/openssl-master/crypto/mdc2/
A Dmdc2_one.c31 OPENSSL_cleanse(&c, sizeof(c)); /* security consideration */ in MDC2()
/openssl-master/crypto/ripemd/
A Drmd_one.c32 OPENSSL_cleanse(&c, sizeof(c)); /* security consideration */ in RIPEMD160()
/openssl-master/crypto/rsa/
A Drsa_oaep.c136 OPENSSL_cleanse(seedmask, sizeof(seedmask)); in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex()
318 OPENSSL_cleanse(seed, sizeof(seed)); in RSA_padding_check_PKCS1_OAEP_mgf1()
372 OPENSSL_cleanse(md, sizeof(md)); in PKCS1_MGF1()
/openssl-master/apps/lib/
A Dapps_ui.c212 OPENSSL_cleanse(buf, (unsigned int)bufsiz); in password_callback()
217 OPENSSL_cleanse(buf, (unsigned int)bufsiz); in password_callback()
/openssl-master/providers/implementations/rands/
A Ddrbg_hash.c114 OPENSSL_cleanse(vtmp, hash->blocklen); in hash_df()
366 OPENSSL_cleanse(hash->V, sizeof(hash->V)); in drbg_hash_uninstantiate()
367 OPENSSL_cleanse(hash->C, sizeof(hash->C)); in drbg_hash_uninstantiate()
368 OPENSSL_cleanse(hash->vtmp, sizeof(hash->vtmp)); in drbg_hash_uninstantiate()
/openssl-master/doc/man3/
A DOPENSSL_malloc.pod7 OPENSSL_clear_realloc, OPENSSL_clear_free, OPENSSL_cleanse,
41 void OPENSSL_cleanse(void *ptr, size_t len);
101 The old buffer is filled with zero's by calling OPENSSL_cleanse()
104 OPENSSL_cleanse() fills B<ptr> of size B<len> with a string of 0's.
105 Use OPENSSL_cleanse() with care if the memory is a mapping of a file.
/openssl-master/crypto/sha/
A Dsha1dgst.c77 OPENSSL_cleanse(sha1tmp, sizeof(sha1tmp)); in ossl_sha1_ctrl()
/openssl-master/crypto/md4/
A Dmd4_one.c51 OPENSSL_cleanse(&c, sizeof(c)); /* security consideration */ in MD4()

Completed in 38 milliseconds

123456