Lines Matching defs:type

107   gcry_ac_key_type_t type;	/* Type of the key.              */
884 gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, va_list ap)
892 gcry_assert ((type == GCRY_AC_IO_STRING) || (type == GCRY_AC_IO_STRING));
895 ac_io->type = type;
900 switch (type)
914 switch (type)
935 gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, ...)
939 va_start (ap, type);
940 _gcry_ac_io_init_va (ac_io, mode, type, ap);
955 switch (ac_io->type)
1015 switch (ac_io->type)
1461 gcry_ac_key_type_t type, gcry_ac_data_t data)
1487 key_new->type = type;
1502 pointer to a structure of type gcry_ac_key_spec_<algorithm>_t,
1660 key_secret->type = GCRY_AC_KEY_SECRET;
1662 key_public->type = GCRY_AC_KEY_PUBLIC;
1689 /* Returns the key of type WHICH out of the key pair KEY_PAIR. */
1773 err = ac_data_construct (ac_key_identifiers[key->type], 0, 0,
1801 err = ac_data_construct (ac_key_identifiers[key->type],
1836 err = ac_data_construct (ac_key_identifiers[key->type], 0, 0,
1891 if (key->type != GCRY_AC_KEY_PUBLIC)
1897 err = ac_data_construct (ac_key_identifiers[key->type], 0, 0,
1967 if (key->type != GCRY_AC_KEY_SECRET)
1973 err = ac_data_construct (ac_key_identifiers[key->type], 0, 0,
2043 if (key->type != GCRY_AC_KEY_SECRET)
2049 err = ac_data_construct (ac_key_identifiers[key->type], 0, 0,
2120 if (key->type != GCRY_AC_KEY_PUBLIC)
2421 into an ASN.1 value of type DigestInfo with the Distinguished
2422 Encoding Rules (DER), where the type DigestInfo has the syntax:
2725 this is what the functions of type `gcry_ac_dencode_prepare_t' are
2927 if (key->type != GCRY_AC_KEY_PUBLIC)
3022 if (key->type != GCRY_AC_KEY_SECRET)
3128 if (key->type != GCRY_AC_KEY_SECRET)
3224 if (key->type != GCRY_AC_KEY_PUBLIC)