Lines Matching refs:memzero_explicit
299 memzero_explicit(&aes, sizeof(aes)); in safexcel_skcipher_aes_setkey()
397 memzero_explicit(&keys, sizeof(keys)); in safexcel_aead_setkey()
403 memzero_explicit(&keys, sizeof(keys)); in safexcel_aead_setkey()
1083 memzero_explicit(ctx->key, sizeof(ctx->key)); in safexcel_cipher_cra_exit()
1089 memzero_explicit(ctx->base.ctxr->data, sizeof(ctx->base.ctxr->data)); in safexcel_cipher_cra_exit()
1310 memzero_explicit(&aes, sizeof(aes)); in safexcel_skcipher_aesctr_setkey()
2008 memzero_explicit(&aes, sizeof(aes)); in safexcel_skcipher_aesxts_setkey()
2079 memzero_explicit(&aes, sizeof(aes)); in safexcel_aead_gcm_setkey()
2122 memzero_explicit(hashkey, AES_BLOCK_SIZE); in safexcel_aead_gcm_setkey()
2123 memzero_explicit(&aes, sizeof(aes)); in safexcel_aead_gcm_setkey()
2196 memzero_explicit(&aes, sizeof(aes)); in safexcel_aead_ccm_setkey()
2225 memzero_explicit(&aes, sizeof(aes)); in safexcel_aead_ccm_setkey()