crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
197
OPENSSL_clear_free(oblock, dlen);
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
198
OPENSSL_clear_free(dbuf, dlen);
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
196
OPENSSL_clear_free(oblock, dlen);
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
197
OPENSSL_clear_free(dbuf, dlen);
crypto/openssl/apps/dgst.c
506
OPENSSL_clear_free(buf, BUFSIZE);
crypto/openssl/apps/dgst.c
707
OPENSSL_clear_free(allocated_buf, len);
crypto/openssl/apps/dgst.c
758
OPENSSL_clear_free(buf, buflen);
crypto/openssl/apps/ec.c
300
OPENSSL_clear_free(passin, strlen(passin));
crypto/openssl/apps/ec.c
302
OPENSSL_clear_free(passout, strlen(passout));
crypto/openssl/apps/kdf.c
206
OPENSSL_clear_free(dkm_bytes, dkm_len);
crypto/openssl/apps/lib/apps.c
558
OPENSSL_clear_free(str, strlen(str));
crypto/openssl/apps/lib/apps_ui.c
198
OPENSSL_clear_free(buff, (unsigned int)bufsiz);
crypto/openssl/apps/mac.c
231
OPENSSL_clear_free(buf, BUFSIZE);
crypto/openssl/apps/s_client.c
3412
OPENSSL_clear_free(cbuf, BUFSIZZ);
crypto/openssl/apps/s_client.c
3413
OPENSSL_clear_free(sbuf, BUFSIZZ);
crypto/openssl/apps/s_client.c
3414
OPENSSL_clear_free(mbuf, BUFSIZZ);
crypto/openssl/apps/s_server.c
3025
OPENSSL_clear_free(buf, bufsize);
crypto/openssl/apps/speed.c
3177
OPENSSL_clear_free(loopargs[k].key, keylen);
crypto/openssl/apps/speed.c
5182
OPENSSL_clear_free(key, keylen);
crypto/openssl/crypto/asn1/a_sign.c
106
OPENSSL_clear_free((char *)buf_in, inll);
crypto/openssl/crypto/asn1/a_sign.c
107
OPENSSL_clear_free((char *)buf_out, outll);
crypto/openssl/crypto/asn1/a_sign.c
285
OPENSSL_clear_free((char *)buf_in, inl);
crypto/openssl/crypto/asn1/a_sign.c
286
OPENSSL_clear_free((char *)buf_out, outll);
crypto/openssl/crypto/asn1/a_verify.c
224
OPENSSL_clear_free(buf_in, inll);
crypto/openssl/crypto/asn1/a_verify.c
65
OPENSSL_clear_free(buf_in, (unsigned int)inl);
crypto/openssl/crypto/asn1/t_pkey.c
94
OPENSSL_clear_free(buf, buflen);
crypto/openssl/crypto/bn/bn_lib.c
207
OPENSSL_clear_free(a->d, a->dmax * sizeof(a->d[0]));
crypto/openssl/crypto/bn/bn_rand.c
390
OPENSSL_clear_free(k_bytes, num_k_bytes);
crypto/openssl/crypto/bn/bn_rand.c
93
OPENSSL_clear_free(buf, bytes);
crypto/openssl/crypto/bn/bn_s390x.c
144
OPENSSL_clear_free(buffer, 9 * size + 24);
crypto/openssl/crypto/bn/bn_s390x.c
67
OPENSSL_clear_free(buffer, 4 * size);
crypto/openssl/crypto/buffer/buffer.c
49
OPENSSL_clear_free(a->data, a->max);
crypto/openssl/crypto/cms/cms_asn1.c
203
OPENSSL_clear_free(kekri->key, kekri->keylen);
crypto/openssl/crypto/cms/cms_asn1.c
206
OPENSSL_clear_free(pwri->pass, pwri->passlen);
crypto/openssl/crypto/cms/cms_asn1.c
88
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/cms/cms_enc.c
157
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/cms/cms_enc.c
199
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/cms/cms_enc.c
202
OPENSSL_clear_free(tkey, tkeylen);
crypto/openssl/crypto/cms/cms_env.c
1129
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/cms/cms_env.c
637
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/cms/cms_env.c
995
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/cms/cms_kari.c
272
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/cms/cms_pwri.c
251
OPENSSL_clear_free(tmp, inlen);
crypto/openssl/crypto/cms/cms_pwri.c
405
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/cms/cms_smime.c
721
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/cms/cms_smime.c
840
OPENSSL_clear_free(ec->key, ec->keylen);
crypto/openssl/crypto/crmf/crmf_lib.c
852
OPENSSL_clear_free(ek, eksize);
crypto/openssl/crypto/deterministic_nonce.c
238
OPENSSL_clear_free(T, allocsz);
crypto/openssl/crypto/dh/dh_ameth.c
217
OPENSSL_clear_free(dp, dplen);
crypto/openssl/crypto/dh/dh_pmeth.c
453
OPENSSL_clear_free(Z, Zlen);
crypto/openssl/crypto/dsa/dsa_ameth.c
207
OPENSSL_clear_free(dp, dplen);
crypto/openssl/crypto/dsa/dsa_sign.c
214
OPENSSL_clear_free(der, derlen);
crypto/openssl/crypto/ec/ec_ameth.c
193
OPENSSL_clear_free(ep, eplen);
crypto/openssl/crypto/ec/ec_ameth.c
342
OPENSSL_clear_free(priv, privlen);
crypto/openssl/crypto/ec/ec_asn1.c
1070
OPENSSL_clear_free(priv, privlen);
crypto/openssl/crypto/ec/ec_key.c
103
OPENSSL_clear_free((void *)r, sizeof(EC_KEY));
crypto/openssl/crypto/ec/ec_kmeth.c
172
OPENSSL_clear_free(sec, seclen);
crypto/openssl/crypto/ec/ec_lib.c
157
OPENSSL_clear_free(group->seed, group->seed_len);
crypto/openssl/crypto/ec/ec_lib.c
158
OPENSSL_clear_free(group, sizeof(*group));
crypto/openssl/crypto/ec/ec_lib.c
767
OPENSSL_clear_free(point, sizeof(*point));
crypto/openssl/crypto/ec/ec_pmeth.c
242
OPENSSL_clear_free(ktmp, ktmplen);
crypto/openssl/crypto/ec/ec_print.c
72
OPENSSL_clear_free(oct_buf, oct_buf_len);
crypto/openssl/crypto/ec/eck_prn.c
218
OPENSSL_clear_free(gen_buf, gen_buf_len);
crypto/openssl/crypto/ec/ecx_meth.c
122
OPENSSL_clear_free(penc, penclen);
crypto/openssl/crypto/engine/eng_openssl.c
507
OPENSSL_clear_free(hctx->ktmp.data, hctx->ktmp.length);
crypto/openssl/crypto/evp/asymcipher.c
341
OPENSSL_clear_free(*outp, *outlenp);
crypto/openssl/crypto/evp/bio_enc.c
97
OPENSSL_clear_free(b, sizeof(BIO_ENC_CTX));
crypto/openssl/crypto/evp/bio_ok.c
162
OPENSSL_clear_free(ctx, sizeof(BIO_OK_CTX));
crypto/openssl/crypto/evp/digest.c
38
OPENSSL_clear_free(ctx->md_data, ctx->digest->ctx_size);
crypto/openssl/crypto/evp/evp_enc.c
167
OPENSSL_clear_free(ctx->cipher_data, ctx->cipher->ctx_size);
crypto/openssl/crypto/evp/evp_enc.c
521
OPENSSL_clear_free(ctx->cipher_data, ctx->cipher->ctx_size);
crypto/openssl/crypto/evp/evp_pkey.c
112
OPENSSL_clear_free(encoded_data, encoded_len);
crypto/openssl/crypto/evp/p_lib.c
2259
OPENSSL_clear_free(buf, buf_sz);
crypto/openssl/crypto/evp/p_open.c
58
OPENSSL_clear_free(key, keylen);
crypto/openssl/crypto/evp/pmeth_lib.c
1092
OPENSSL_clear_free(info, info_alloc);
crypto/openssl/crypto/ffc/ffc_params.c
35
OPENSSL_clear_free(params->seed, params->seedlen);
crypto/openssl/crypto/hmac/hmac_s390x.c
117
OPENSSL_clear_free(ctx->plat.s390x.buf, ctx->plat.s390x.size);
crypto/openssl/crypto/hmac/hmac_s390x.c
304
OPENSSL_clear_free(dctx->plat.s390x.buf, dctx->plat.s390x.size);
crypto/openssl/crypto/hmac/hmac_s390x.c
321
OPENSSL_clear_free(ctx->plat.s390x.buf, ctx->plat.s390x.size);
crypto/openssl/crypto/hpke/hpke.c
866
OPENSSL_clear_free(ctx->exportersec, ctx->exporterseclen);
crypto/openssl/crypto/hpke/hpke.c
868
OPENSSL_clear_free(ctx->psk, ctx->psklen);
crypto/openssl/crypto/hpke/hpke.c
869
OPENSSL_clear_free(ctx->key, ctx->keylen);
crypto/openssl/crypto/hpke/hpke.c
870
OPENSSL_clear_free(ctx->nonce, ctx->noncelen);
crypto/openssl/crypto/hpke/hpke.c
871
OPENSSL_clear_free(ctx->shared_secret, ctx->shared_secretlen);
crypto/openssl/crypto/hpke/hpke.c
872
OPENSSL_clear_free(ctx->ikme, ctx->ikmelen);
crypto/openssl/crypto/hpke/hpke.c
910
OPENSSL_clear_free(ctx->psk, ctx->psklen);
crypto/openssl/crypto/hpke/hpke.c
918
OPENSSL_clear_free(ctx->psk, ctx->psklen);
crypto/openssl/crypto/hpke/hpke.c
941
OPENSSL_clear_free(ctx->ikme, ctx->ikmelen);
crypto/openssl/crypto/http/http_client.c
1496
OPENSSL_clear_free(proxyauthenc, strlen(proxyauthenc));
crypto/openssl/crypto/http/http_client.c
1499
OPENSSL_clear_free(proxyauth, len);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
744
OPENSSL_clear_free(key->priv_encoding, enc_len);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
750
OPENSSL_clear_free(enc, enc_len);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
773
OPENSSL_clear_free(key->seed, ML_DSA_SEED_BYTES);
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
164
OPENSSL_clear_free(key->priv_encoding, key->params->sk_len);
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
167
OPENSSL_clear_free(key->seed, ML_DSA_SEED_BYTES);
crypto/openssl/crypto/ml_dsa/ml_dsa_key.c
454
OPENSSL_clear_free(out->seed, ML_DSA_SEED_BYTES);
crypto/openssl/crypto/ml_dsa/ml_dsa_sign.c
198
OPENSSL_clear_free(alloc, alloc_len);
crypto/openssl/crypto/modes/gcm128.c
1626
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/crypto/modes/ocb128.c
558
OPENSSL_clear_free(ctx->l, ctx->max_l_index * 16);
crypto/openssl/crypto/params.c
1573
OPENSSL_clear_free(*out, *out_len);
crypto/openssl/crypto/params.c
1643
OPENSSL_clear_free(res, sz);
crypto/openssl/crypto/params.c
1648
OPENSSL_clear_free(*out, *out_len);
crypto/openssl/crypto/passphrase.c
196
OPENSSL_clear_free(vpass, pass_size + 1);
crypto/openssl/crypto/passphrase.c
197
OPENSSL_clear_free(ipass, pass_size + 1);
crypto/openssl/crypto/passphrase.c
20
OPENSSL_clear_free(data->_.expl_passphrase.passphrase_copy,
crypto/openssl/crypto/passphrase.c
29
OPENSSL_clear_free(data->cached_passphrase, data->cached_passphrase_len);
crypto/openssl/crypto/pem/pem_lib.c
422
OPENSSL_clear_free(data, (unsigned int)dsize);
crypto/openssl/crypto/pem/pem_lib.c
697
OPENSSL_clear_free(buf, PEM_BUFSIZE * 8);
crypto/openssl/crypto/pem/pvkfmt.c
979
OPENSSL_clear_free(buf, buflen);
crypto/openssl/crypto/pkcs12/p12_key.c
37
OPENSSL_clear_free(unipass, uniplen);
crypto/openssl/crypto/pkcs12/p12_key.c
67
OPENSSL_clear_free(unipass, uniplen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
220
OPENSSL_clear_free(*pek, *peklen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
668
OPENSSL_clear_free(ek, eklen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
679
OPENSSL_clear_free(ek, eklen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
681
OPENSSL_clear_free(tkey, tkeylen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
711
OPENSSL_clear_free(ek, eklen);
crypto/openssl/crypto/pkcs7/pk7_doit.c
712
OPENSSL_clear_free(tkey, tkeylen);
crypto/openssl/crypto/rand/prov_seed.c
125
OPENSSL_clear_free(buf, len);
crypto/openssl/crypto/rand/prov_seed.c
131
OPENSSL_clear_free(buf, len);
crypto/openssl/crypto/rand/rand_pool.c
102
OPENSSL_clear_free(pool->buffer, pool->alloc_len);
crypto/openssl/crypto/rand/rand_pool.c
223
OPENSSL_clear_free(pool->buffer, pool->alloc_len);
crypto/openssl/crypto/rsa/rsa_ameth.c
166
OPENSSL_clear_free(rk, rklen);
crypto/openssl/crypto/rsa/rsa_oaep.c
147
OPENSSL_clear_free(dbmask, dbmask_len);
crypto/openssl/crypto/rsa/rsa_oaep.c
337
OPENSSL_clear_free(db, dblen);
crypto/openssl/crypto/rsa/rsa_oaep.c
338
OPENSSL_clear_free(em, num);
crypto/openssl/crypto/rsa/rsa_ossl.c
206
OPENSSL_clear_free(buf, num);
crypto/openssl/crypto/rsa/rsa_ossl.c
426
OPENSSL_clear_free(buf, num);
crypto/openssl/crypto/rsa/rsa_ossl.c
693
OPENSSL_clear_free(buf, num);
crypto/openssl/crypto/rsa/rsa_ossl.c
793
OPENSSL_clear_free(buf, num);
crypto/openssl/crypto/rsa/rsa_pk1.c
263
OPENSSL_clear_free(em, num);
crypto/openssl/crypto/rsa/rsa_pss.c
287
OPENSSL_clear_free(salt, (size_t)sLen); /* salt != NULL implies sLen > 0 */
crypto/openssl/crypto/rsa/rsa_saos.c
53
OPENSSL_clear_free(s, (unsigned int)j + 1);
crypto/openssl/crypto/rsa/rsa_saos.c
92
OPENSSL_clear_free(s, (unsigned int)siglen);
crypto/openssl/crypto/rsa/rsa_sign.c
331
OPENSSL_clear_free(tmps, encoded_len);
crypto/openssl/crypto/rsa/rsa_sign.c
455
OPENSSL_clear_free(encoded, encoded_len);
crypto/openssl/crypto/rsa/rsa_sign.c
456
OPENSSL_clear_free(decrypt_buf, siglen);
crypto/openssl/crypto/srp/srp_vfy.c
695
OPENSSL_clear_free(vf, vfsize);
crypto/openssl/demos/keyexch/x25519.c
196
OPENSSL_clear_free(local_peer->secret, local_peer->secret_len);
crypto/openssl/demos/keyexch/x25519.c
257
OPENSSL_clear_free(peer1.secret, peer1.secret_len);
crypto/openssl/demos/keyexch/x25519.c
258
OPENSSL_clear_free(peer2.secret, peer2.secret_len);
crypto/openssl/engines/e_dasync.c
775
OPENSSL_clear_free(pipe_ctx->inner_cipher_data,
crypto/openssl/include/internal/ring_buf.h
58
OPENSSL_clear_free(r->start, r->alloc);
crypto/openssl/providers/implementations/ciphers/cipher_aes.c
31
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
354
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
391
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aes_ccm.c
64
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm.c
60
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
51
OPENSSL_clear_free(ctx->aad, ctx->aad_len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
53
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
85
OPENSSL_clear_free(ret->aad, ret->aad_len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
328
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
55
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
96
OPENSSL_clear_free(wctx, sizeof(*wctx));
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.c
145
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aria.c
24
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aria_ccm.c
50
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_aria_gcm.c
50
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_blowfish.c
32
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_camellia.c
30
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_cast5.c
33
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_chacha20.c
64
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
87
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_des.c
68
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_idea.c
31
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_rc2.c
41
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_rc4.c
34
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
72
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_rc5.c
38
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_seed.c
30
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_sm4.c
24
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_sm4_ccm.c
50
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_sm4_gcm.c
51
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_sm4_xts.c
95
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/ciphers/cipher_tdes_common.c
62
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/digests/blake2_prov.c
124
OPENSSL_clear_free(ctx, sizeof(*ctx)); \
crypto/openssl/providers/implementations/digests/sha3_prov.c
554
OPENSSL_clear_free(ctx, sizeof(*ctx));
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
245
OPENSSL_clear_free(buf, buflen);
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
378
OPENSSL_clear_free(priv, priv_len);
crypto/openssl/providers/implementations/exchange/dh_exch.c
281
OPENSSL_clear_free(pdhctx->kdf_ukm, pdhctx->kdf_ukmlen);
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
182
OPENSSL_clear_free(pecdhctx->kdf_ukm, pecdhctx->kdf_ukmlen);
crypto/openssl/providers/implementations/include/prov/digestcommon.h
65
OPENSSL_clear_free(ctx, sizeof(*ctx)); \
crypto/openssl/providers/implementations/kdfs/argon2.c
1130
OPENSSL_clear_free(ctx->pwd, ctx->pwdlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
1133
OPENSSL_clear_free(ctx->salt, ctx->saltlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
1136
OPENSSL_clear_free(ctx->secret, ctx->secretlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
1139
OPENSSL_clear_free(ctx->ad, ctx->adlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
1236
OPENSSL_clear_free(ctx->secret, ctx->secretlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
1263
OPENSSL_clear_free(ctx->pwd, ctx->pwdlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
1295
OPENSSL_clear_free(ctx->salt, ctx->saltlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
1333
OPENSSL_clear_free(ctx->ad, ctx->adlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
779
OPENSSL_clear_free(ctx->memory,
crypto/openssl/providers/implementations/kdfs/argon2.c
989
OPENSSL_clear_free(ctx->pwd, ctx->pwdlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
992
OPENSSL_clear_free(ctx->salt, ctx->saltlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
995
OPENSSL_clear_free(ctx->secret, ctx->secretlen);
crypto/openssl/providers/implementations/kdfs/argon2.c
998
OPENSSL_clear_free(ctx->ad, ctx->adlen);
crypto/openssl/providers/implementations/kdfs/hkdf.c
132
OPENSSL_clear_free(ctx->salt, ctx->salt_len);
crypto/openssl/providers/implementations/kdfs/hkdf.c
138
OPENSSL_clear_free(ctx->data, ctx->data_len);
crypto/openssl/providers/implementations/kdfs/hkdf.c
139
OPENSSL_clear_free(ctx->key, ctx->key_len);
crypto/openssl/providers/implementations/kdfs/hkdf.c
140
OPENSSL_clear_free(ctx->info, ctx->info_len);
crypto/openssl/providers/implementations/kdfs/hkdf.c
302
OPENSSL_clear_free(ctx->key, ctx->key_len);
crypto/openssl/providers/implementations/kdfs/hkdf.c
874
OPENSSL_clear_free(ctx->data, ctx->data_len);
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
64
OPENSSL_clear_free(ctx->entropy, ctx->entropylen);
crypto/openssl/providers/implementations/kdfs/hmacdrbg_kdf.c
65
OPENSSL_clear_free(ctx->nonce, ctx->noncelen);
crypto/openssl/providers/implementations/kdfs/kbkdf.c
147
OPENSSL_clear_free(ctx->context, ctx->context_len);
crypto/openssl/providers/implementations/kdfs/kbkdf.c
148
OPENSSL_clear_free(ctx->label, ctx->label_len);
crypto/openssl/providers/implementations/kdfs/kbkdf.c
149
OPENSSL_clear_free(ctx->ki, ctx->ki_len);
crypto/openssl/providers/implementations/kdfs/kbkdf.c
150
OPENSSL_clear_free(ctx->iv, ctx->iv_len);
crypto/openssl/providers/implementations/kdfs/kbkdf.c
362
OPENSSL_clear_free(k_i, h);
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
89
OPENSSL_clear_free(ctx->key, ctx->key_len);
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
90
OPENSSL_clear_free(ctx->constant, ctx->constant_len);
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
98
OPENSSL_clear_free(*dst, *dst_len);
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
115
OPENSSL_clear_free(ctx->pass, ctx->pass_len);
crypto/openssl/providers/implementations/kdfs/pbkdf1.c
163
OPENSSL_clear_free(*buffer, *buflen);
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
101
OPENSSL_clear_free(ctx->pass, ctx->pass_len);
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
167
OPENSSL_clear_free(*buffer, *buflen);
crypto/openssl/providers/implementations/kdfs/pbkdf2.c
97
OPENSSL_clear_free(ctx->salt, ctx->salt_len);
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
155
OPENSSL_clear_free(ctx->pass, ctx->pass_len);
crypto/openssl/providers/implementations/kdfs/pkcs12kdf.c
204
OPENSSL_clear_free(*buffer, *buflen);
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
119
OPENSSL_clear_free(*buffer, *buflen);
crypto/openssl/providers/implementations/kdfs/pvkkdf.c
60
OPENSSL_clear_free(ctx->pass, ctx->pass_len);
crypto/openssl/providers/implementations/kdfs/scrypt.c
148
OPENSSL_clear_free(*buffer, *buflen);
crypto/openssl/providers/implementations/kdfs/scrypt.c
547
OPENSSL_clear_free(B, (size_t)(Blen + Vlen));
crypto/openssl/providers/implementations/kdfs/scrypt.c
96
OPENSSL_clear_free(ctx->pass, ctx->pass_len);
crypto/openssl/providers/implementations/kdfs/sshkdf.c
121
OPENSSL_clear_free(*dst, *dst_len);
crypto/openssl/providers/implementations/kdfs/sshkdf.c
86
OPENSSL_clear_free(ctx->key, ctx->key_len);
crypto/openssl/providers/implementations/kdfs/sshkdf.c
87
OPENSSL_clear_free(ctx->xcghash, ctx->xcghash_len);
crypto/openssl/providers/implementations/kdfs/sshkdf.c
88
OPENSSL_clear_free(ctx->session_id, ctx->session_id_len);
crypto/openssl/providers/implementations/kdfs/sskdf.c
301
OPENSSL_clear_free(kmac_buffer, kmac_out_len);
crypto/openssl/providers/implementations/kdfs/sskdf.c
330
OPENSSL_clear_free(ctx->secret, ctx->secret_len);
crypto/openssl/providers/implementations/kdfs/sskdf.c
331
OPENSSL_clear_free(ctx->info, ctx->info_len);
crypto/openssl/providers/implementations/kdfs/sskdf.c
332
OPENSSL_clear_free(ctx->salt, ctx->salt_len);
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
144
OPENSSL_clear_free(ctx->sec, ctx->seclen);
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
145
OPENSSL_clear_free(ctx->seed, ctx->seedlen);
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
346
OPENSSL_clear_free(ctx->sec, ctx->seclen);
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
573
OPENSSL_clear_free(tmp, olen);
crypto/openssl/providers/implementations/kdfs/tls1_prf.c
578
OPENSSL_clear_free(tmp, olen);
crypto/openssl/providers/implementations/kdfs/x942kdf.c
356
OPENSSL_clear_free(ctx->secret, ctx->secret_len);
crypto/openssl/providers/implementations/kdfs/x942kdf.c
357
OPENSSL_clear_free(ctx->acvpinfo, ctx->acvpinfo_len);
crypto/openssl/providers/implementations/kdfs/x942kdf.c
358
OPENSSL_clear_free(ctx->partyuinfo, ctx->partyuinfo_len);
crypto/openssl/providers/implementations/kdfs/x942kdf.c
359
OPENSSL_clear_free(ctx->partyvinfo, ctx->partyvinfo_len);
crypto/openssl/providers/implementations/kdfs/x942kdf.c
360
OPENSSL_clear_free(ctx->supp_pubinfo, ctx->supp_pubinfo_len);
crypto/openssl/providers/implementations/kdfs/x942kdf.c
361
OPENSSL_clear_free(ctx->supp_privinfo, ctx->supp_privinfo_len);
crypto/openssl/providers/implementations/kem/ec_kem.c
209
OPENSSL_clear_free(ctx->ikm, ctx->ikmlen);
crypto/openssl/providers/implementations/kem/ec_kem.c
305
OPENSSL_clear_free(ctx->ikm, ctx->ikmlen);
crypto/openssl/providers/implementations/kem/ecx_kem.c
174
OPENSSL_clear_free(ctx->ikm, ctx->ikmlen);
crypto/openssl/providers/implementations/kem/ecx_kem.c
264
OPENSSL_clear_free(ctx->ikm, ctx->ikmlen);
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
513
OPENSSL_clear_free(gctx->seed, gctx->seedlen);
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
825
OPENSSL_clear_free(gctx->seed, gctx->seedlen);
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
451
OPENSSL_clear_free(gctx->seed, gctx->seedlen);
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
696
OPENSSL_clear_free(gctx->seed, gctx->seedlen);
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
1383
OPENSSL_clear_free(gctx->dhkem_ikm, gctx->dhkem_ikmlen);
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
436
OPENSSL_clear_free(ecxkey->privkey, ecxkey->keylen);
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
862
OPENSSL_clear_free(gctx->dhkem_ikm, gctx->dhkem_ikmlen);
crypto/openssl/providers/implementations/keymgmt/ml_kem_kmgmt.c
367
OPENSSL_clear_free(buf, len);
crypto/openssl/providers/implementations/macs/hmac_prov.c
101
OPENSSL_clear_free(macctx->key, macctx->keylen);
crypto/openssl/providers/implementations/macs/hmac_prov.c
181
OPENSSL_clear_free(macctx->key, macctx->keylen);
crypto/openssl/providers/implementations/signature/rsa_sig.c
1324
OPENSSL_clear_free(prsactx, sizeof(*prsactx));
crypto/openssl/ssl/s3_enc.c
215
OPENSSL_clear_free(s->s3.tmp.key_block, s->s3.tmp.key_block_length);
crypto/openssl/ssl/s3_lib.c
3859
OPENSSL_clear_free(sc->s3.tmp.pms, sc->s3.tmp.pmslen);
crypto/openssl/ssl/s3_lib.c
3891
OPENSSL_clear_free(sc->s3.tmp.pms, sc->s3.tmp.pmslen);
crypto/openssl/ssl/s3_lib.c
5238
OPENSSL_clear_free(s->s3.tmp.psk, psklen);
crypto/openssl/ssl/s3_lib.c
5244
OPENSSL_clear_free(pskpms, pskpmslen);
crypto/openssl/ssl/s3_lib.c
5248
OPENSSL_clear_free(pskpms, pskpmslen);
crypto/openssl/ssl/s3_lib.c
5266
OPENSSL_clear_free(pms, pmslen);
crypto/openssl/ssl/s3_lib.c
5452
OPENSSL_clear_free(pms, pmslen);
crypto/openssl/ssl/s3_lib.c
5504
OPENSSL_clear_free(pms, pmslen);
crypto/openssl/ssl/s3_lib.c
5564
OPENSSL_clear_free(pms, pmslen);
crypto/openssl/ssl/ssl_lib.c
7004
OPENSSL_clear_free(out, out_len);
crypto/openssl/ssl/ssl_sess.c
875
OPENSSL_clear_free(ss, sizeof(*ss));
crypto/openssl/ssl/statem/statem_clnt.c
3093
OPENSSL_clear_free(tmppsk, psklen);
crypto/openssl/ssl/statem/statem_clnt.c
3094
OPENSSL_clear_free(tmpidentity, identitylen);
crypto/openssl/ssl/statem/statem_clnt.c
3182
OPENSSL_clear_free(pms, pmslen);
crypto/openssl/ssl/statem/statem_clnt.c
3399
OPENSSL_clear_free(pms, pmslen);
crypto/openssl/ssl/statem/statem_clnt.c
3537
OPENSSL_clear_free(pms, pmslen);
crypto/openssl/ssl/statem/statem_clnt.c
3612
OPENSSL_clear_free(s->s3.tmp.pms, s->s3.tmp.pmslen);
crypto/openssl/ssl/statem/statem_clnt.c
3616
OPENSSL_clear_free(s->s3.tmp.psk, s->s3.tmp.psklen);
crypto/openssl/ssl/statem/statem_clnt.c
3690
OPENSSL_clear_free(pms, pmslen);
crypto/openssl/ssl/statem/statem_srvr.c
3484
OPENSSL_clear_free(s->s3.tmp.psk, s->s3.tmp.psklen);
crypto/openssl/ssl/t1_enc.c
521
OPENSSL_clear_free(val, vallen);
crypto/openssl/ssl/tls_srp.c
384
OPENSSL_clear_free(passwd, strlen(passwd));
crypto/openssl/test/acvp_test.c
1229
OPENSSL_clear_free(priv, priv_len);
crypto/openssl/test/acvp_test.c
172
OPENSSL_clear_free(priv, priv_len);
crypto/openssl/test/acvp_test.c
518
OPENSSL_clear_free(priv, priv_len);
crypto/openssl/test/acvp_test.c
586
OPENSSL_clear_free(priv, priv_len);
crypto/openssl/test/acvp_test.c
593
OPENSSL_clear_free(priv, priv_len);
crypto/openssl/test/fake_pipelineprov.c
68
OPENSSL_clear_free(ctx, sizeof(*ctx));