Home
last modified time | relevance | path

Searched defs:aesctx (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/
H A Ddf_sp80090a.c20 static void drbg_kcapi_symsetkey(struct crypto_aes_ctx *aesctx, in drbg_kcapi_symsetkey()
26 static void drbg_kcapi_sym(struct crypto_aes_ctx *aesctx, in drbg_kcapi_sym()
37 static void drbg_ctr_bcc(struct crypto_aes_ctx *aesctx, in drbg_ctr_bcc()
113 int crypto_drbg_ctr_df(struct crypto_aes_ctx *aesctx, in crypto_drbg_ctr_df()
H A Ddrbg.c1508 struct crypto_aes_ctx *aesctx = (struct crypto_aes_ctx *)drbg->priv_data; in drbg_fini_sym_kernel() local
1529 struct crypto_aes_ctx *aesctx; in drbg_init_sym_kernel() local
/linux/drivers/crypto/xilinx/
H A Dxilinx-trng.c63 struct crypto_aes_ctx *aesctx; member