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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/cipher/
H A Dac.c1388 gcry_ac_handle_t handle_new;
1413 handle_new = gcry_malloc (sizeof (*handle_new));
1414 if (! handle_new)
1421 handle_new->algorithm = algorithm;
1422 handle_new->algorithm_name = algorithm_name;
1423 handle_new->flags = flags;
1424 handle_new->module = module;
1425 *handle = handle_new;
1383 gcry_ac_handle_t handle_new; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/cipher/
H A Dac.c1388 gcry_ac_handle_t handle_new;
1413 handle_new = gcry_malloc (sizeof (*handle_new));
1414 if (! handle_new)
1421 handle_new->algorithm = algorithm;
1422 handle_new->algorithm_name = algorithm_name;
1423 handle_new->flags = flags;
1424 handle_new->module = module;
1425 *handle = handle_new;
1383 gcry_ac_handle_t handle_new; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/cipher/
H A Dac.c1388 gcry_ac_handle_t handle_new;
1413 handle_new = gcry_malloc (sizeof (*handle_new));
1414 if (! handle_new)
1421 handle_new->algorithm = algorithm;
1422 handle_new->algorithm_name = algorithm_name;
1423 handle_new->flags = flags;
1424 handle_new->module = module;
1425 *handle = handle_new;
1383 gcry_ac_handle_t handle_new; local

Completed in 189 milliseconds