• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/

Lines Matching refs:algorithm

59    is allowed to pass additional, algorithm-specific `specs' to
61 provided values according to the selected algorithm. */
64 int algorithm; /* Algorithm for which this flag is
80 int algorithm; /* Algorithm ID associated with this
82 const char *algorithm_name; /* Name of the algorithm. */
84 gcry_module_t module; /* Reference to the algorithm
1151 ac_data_extract (const char *identifier, const char *algorithm,
1180 data_sexp = gcry_sexp_find_token (sexp, algorithm, 0);
1272 unsigned int flags, const char *algorithm,
1309 + (algorithm ? (2 + strlen (algorithm)) : 0)
1346 if (algorithm)
1349 strcat (sexp_format, algorithm);
1353 if (algorithm)
1382 /* Creates a new handle for the algorithm ALGORITHM and stores it in
1386 gcry_ac_id_t algorithm, unsigned int flags)
1400 algorithm_name = _gcry_pk_aliased_algo_name (algorithm);
1408 err = _gcry_pk_module_lookup (algorithm, &module);
1421 handle_new->algorithm = algorithm;
1502 pointer to a structure of type gcry_ac_key_spec_<algorithm>_t,
1503 matching the selected algorithm, can be given as KEY_SPEC.
1568 /* Respect any relevant algorithm specific commands. */
1571 if (handle->algorithm == ac_key_generate_specs[i].algorithm)
1587 if (handle->algorithm == ac_key_generate_specs[i].algorithm)
1591 /* Build list of argument pointers, the algorithm name and the nbits
1595 /* Now the algorithm specific arguments. */
1598 if (handle->algorithm == ac_key_generate_specs[i].algorithm)
1613 if (handle->algorithm == ac_key_generate_specs[i].algorithm)
2420 /* Encode the algorithm ID for the hash function and the hash value
3035 err = _gcry_pk_get_elements (handle->algorithm, &elements_enc, NULL);
3259 err = _gcry_pk_get_elements (handle->algorithm, NULL, &elements_sig);