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

Lines Matching refs:algorithm

846 /* The Rijndael algorithm is basically AES, so provide some macros. */
854 supported for each algorithm. */
864 GCRY_CIPHER_MODE_AESWRAP= 7 /* AES-WRAP algorithm. */
877 /* Create a handle for algorithm ALGO to be used in MODE. FLAGS may
893 /* Retrieve various information about the cipher algorithm ALGO. */
897 /* Map the cipher algorithm whose ID is contained in ALGORITHM to a
898 string representation of the algorithm name. For unknown algorithm
900 const char *gcry_cipher_algo_name (int algorithm) _GCRY_GCC_ATTR_PURE;
902 /* Map the algorithm name NAME to an cipher algorithm ID. Return 0 if
903 the algorithm name is not known. */
950 /* Retrieved the key length in bytes used with algorithm A. */
953 /* Retrieve the block length in bytes used with algorithm A. */
956 /* Return 0 if the algorithm A is available for use. */
963 *LIST_LENGTH algorithm IDs are stored in LIST, which must be of
989 /* Flags describing usage capabilities of a PK algorithm. */
1026 /* Retrieve information about the public key algorithm ALGO. */
1030 /* Map the public key algorithm whose ID is contained in ALGORITHM to
1031 a string representation of the algorithm name. For unknown
1032 algorithm IDs this functions returns "?". */
1033 const char *gcry_pk_algo_name (int algorithm) _GCRY_GCC_ATTR_PURE;
1035 /* Map the algorithm NAME to a public key algorithm Id. Return 0 if
1036 the algorithm name is not known. */
1052 NAME. ALGO must be set to an ECC algorithm. */
1055 /* Return 0 if the public key algorithm A is available for use. */
1062 *LIST_LENGTH algorithm IDs are stored in LIST, which must be of
1104 GCRY_MD_FLAG_HMAC = 2 /* Make an HMAC out of this algorithm. */
1130 /* Create a message digest object for algorithm ALGO. FLAGS may be
1139 /* Add the message digest algorithm ALGO to the digest object HD. */
1158 algorithm ALGO. */
1162 of size LENGTH using the algorithm ALGO avoiding the creating of a
1165 algorithm. */
1169 /* Retrieve the algorithm used with HD. This does not work reliable
1170 if more than one algorithm is enabled in HD. */
1173 /* Retrieve the length in bytes of the digest yielded by algorithm
1177 /* Return true if the the algorithm ALGO is enabled in the digest
1188 /* Retrieve various information about the algorithm ALGO. */
1192 /* Map the digest algorithm id ALGO to a string representation of the
1193 algorithm name. For unknown algorithms this function returns
1197 /* Map the algorithm NAME to a digest algorithm Id. Return 0 if
1198 the algorithm name is not known. */
1226 /* Return 0 if the algorithm A is available for use. */
1230 /* Return an DER encoded ASN.1 OID for the algorithm A in buffer B. N
1253 first *LIST_LENGTH algorithm IDs are stored in LIST, which must be
1264 /* The algorithm IDs. */
1383 algorithm-specific way. */
1492 gcry_ac_id_t algorithm, unsigned int flags)
1506 pointer to a structure of type gcry_ac_key_spec_<algorithm>_t,
1507 matching the selected algorithm, can be given as KEY_SPEC.
1655 /* Store the textual representation of the algorithm whose id is given
1658 gcry_error_t gcry_ac_id_to_name (gcry_ac_id_t algorithm,
1661 /* Store the numeric ID of the algorithm whose textual representation
1665 gcry_ac_id_t *algorithm)