Searched refs:des_cctx (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dpw_encrypt.c77 static struct const_des_ctx *des_cctx; variable in typeref:struct:const_des_ctx
93 if (!des_cctx)
94 des_cctx = const_des_init();
95 des_ctx = des_init(des_ctx, des_cctx);
102 free(des_cctx);
104 des_cctx = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dpw_encrypt.c77 static struct const_des_ctx *des_cctx; variable in typeref:struct:const_des_ctx
93 if (!des_cctx)
94 des_cctx = const_des_init();
95 des_ctx = des_init(des_ctx, des_cctx);
102 free(des_cctx);
104 des_cctx = NULL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dpw_encrypt.c77 static struct const_des_ctx *des_cctx; variable in typeref:struct:const_des_ctx
93 if (!des_cctx)
94 des_cctx = const_des_init();
95 des_ctx = des_init(des_ctx, des_cctx);
102 free(des_cctx);
104 des_cctx = NULL;

Completed in 113 milliseconds