Home
last modified time | relevance | path

Searched refs:memzero_explicit (Results 1 – 24 of 24) sorted by relevance

/optee_os-3.20.0/core/drivers/
A Dzynqmp_huk.c102 memzero_explicit(&user_efuse, sizeof(user_efuse)); in tee_zynqmp_generate_huk_src()
226 memzero_explicit(dst, sizeof(dst)); in tee_otp_get_hw_unique_key()
227 memzero_explicit(sha, sizeof(sha)); in tee_otp_get_hw_unique_key()
228 memzero_explicit(tag, sizeof(tag)); in tee_otp_get_hw_unique_key()
229 memzero_explicit(iv, sizeof(iv)); in tee_otp_get_hw_unique_key()
230 memzero_explicit(src, sizeof(src)); in tee_otp_get_hw_unique_key()
231 memzero_explicit(device_dna, sizeof(device_dna)); in tee_otp_get_hw_unique_key()
A Dversal_huk.c289 memzero_explicit(&cmd, sizeof(cmd)); in aes_gcm_encrypt()
324 memzero_explicit(enc_data, sizeof(enc_data)); in tee_otp_get_hw_unique_key()
325 memzero_explicit(dna, sizeof(dna)); in tee_otp_get_hw_unique_key()
326 memzero_explicit(sha, sizeof(sha)); in tee_otp_get_hw_unique_key()
A Dstm32mp15_huk.c120 memzero_explicit(out, *out_len); in aes_gcm_encrypt_uid()
172 memzero_explicit(otp_key, HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
/optee_os-3.20.0/core/crypto/
A Dsm4-xts.c74 memzero_explicit(&c->state, sizeof(c->state)); in sm4_xts_final()
75 memzero_explicit(&c->state_ek, sizeof(c->state_ek)); in sm4_xts_final()
76 memzero_explicit(&c->state_dk, sizeof(c->state_dk)); in sm4_xts_final()
77 memzero_explicit(&c->iv, sizeof(c->iv)); in sm4_xts_final()
A Dsm4-ctr.c65 memzero_explicit(&c->state, sizeof(c->state)); in sm4_ctr_final()
66 memzero_explicit(&c->ctr, sizeof(c->ctr)); in sm4_ctr_final()
A Dsm4-cbc.c68 memzero_explicit(&c->state, sizeof(c->state)); in sm4_cbc_final()
69 memzero_explicit(&c->iv, sizeof(c->iv)); in sm4_cbc_final()
A Dsm3.c253 memzero_explicit(&ctx, sizeof(ctx)); in sm3()
278 memzero_explicit(sum, sizeof(sum)); in sm3_hmac_init()
296 memzero_explicit(tmpbuf, sizeof(tmpbuf)); in sm3_hmac_final()
308 memzero_explicit(&ctx, sizeof(ctx)); in sm3_hmac()
A Dsm4-ecb.c65 memzero_explicit(&c->state, sizeof(c->state)); in sm4_ecb_final()
A Dsm3-hash.c79 memzero_explicit(&hc->sm3_ctx, sizeof(hc->sm3_ctx)); in op_sm3_hash_free_ctx()
A Dsm3-hmac.c79 memzero_explicit(&c->sm3_ctx, sizeof(c->sm3_ctx)); in op_sm3_hmac_free_ctx()
/optee_os-3.20.0/core/tee/
A Dtee_fs_key_manager.c128 memzero_explicit(tsk, sizeof(tsk)); in tee_fs_fek_crypt()
129 memzero_explicit(dst_key, sizeof(dst_key)); in tee_fs_fek_crypt()
150 memzero_explicit(&tee_fs_ssk, sizeof(tee_fs_ssk)); in tee_fs_init_key_manager()
223 memzero_explicit(sha, sizeof(sha)); in essiv()
272 memzero_explicit(fek, sizeof(fek)); in tee_fs_crypt_block()
273 memzero_explicit(iv, sizeof(iv)); in tee_fs_crypt_block()
A Dtee_ta_enc_manager.c35 memzero_explicit(key, sizeof(key)); in tee_ta_decrypt_init()
A Dtee_svc_cryp.c762 memzero_explicit(key + 1, key->alloc_size); in op_attr_secret_value_clear()
1038 memzero_explicit(*key, KEY_SIZE_BYTES_25519); in op_attr_25519_clear()
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dzeromem.c19 memzero_explicit((void *)out, outlen); in zeromem()
/optee_os-3.20.0/lib/libutils/ext/
A Dmemzero_explicit.c20 void memzero_explicit(void *s, size_t count) in memzero_explicit() function
A Dsub.mk10 srcs-y += memzero_explicit.c
/optee_os-3.20.0/core/kernel/
A Dhuk_subkey.c103 memzero_explicit(subkey, subkey_len); in huk_subkey_derive()
104 memzero_explicit(&huk, sizeof(huk)); in huk_subkey_derive()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dx25519.c63 memzero_explicit(&ltc_tmp_key, sizeof(ltc_tmp_key)); in crypto_acipher_gen_x25519_key()
97 memzero_explicit(&ltc_private_key, sizeof(ltc_private_key)); in crypto_acipher_x25519_shared_secret()
A Ded25519.c56 memzero_explicit(&ltc_tmp_key, sizeof(ltc_tmp_key)); in crypto_acipher_gen_ed25519_key()
82 memzero_explicit(&private_key, sizeof(private_key)); in crypto_acipher_ed25519_sign()
119 memzero_explicit(&private_key, sizeof(private_key)); in crypto_acipher_ed25519ctx_sign()
/optee_os-3.20.0/lib/libutils/ext/include/
A Dstring_ext.h53 void memzero_explicit(void *s, size_t count);
/optee_os-3.20.0/core/arch/arm/plat-k3/
A Dmain.c92 memzero_explicit(&dkek, sizeof(dkek)); in tee_otp_get_hw_unique_key()
/optee_os-3.20.0/ta/trusted_keys/
A Dentry.c53 memzero_explicit(rng_buf, params[0].memref.size); in get_random()
200 memzero_explicit(huk_key, sizeof(huk_key)); in huk_crypt()
/optee_os-3.20.0/core/include/mm/
A Dmobj.h173 memzero_explicit(buf, mobj->size); in mobj_put_wipe()
/optee_os-3.20.0/core/arch/arm/plat-k3/drivers/
A Dti_sci.c363 memzero_explicit(&resp, sizeof(resp)); in ti_sci_get_dkek()

Completed in 24 milliseconds