Lines Matching defs:cred
21 fido_cred_t *cred = arg; in parse_makecred_reply() local
51 fido_dev_make_cred_tx(fido_dev_t *dev, fido_cred_t *cred, const char *pin, in fido_dev_make_cred_tx()
140 fido_dev_make_cred_rx(fido_dev_t *dev, fido_cred_t *cred, int *ms) in fido_dev_make_cred_rx()
183 fido_dev_make_cred_wait(fido_dev_t *dev, fido_cred_t *cred, const char *pin, in fido_dev_make_cred_wait()
196 fido_dev_make_cred(fido_dev_t *dev, fido_cred_t *cred, const char *pin) in fido_dev_make_cred()
333 fido_cred_verify(const fido_cred_t *cred) in fido_cred_verify()
422 fido_cred_verify_self(const fido_cred_t *cred) in fido_cred_verify_self()
529 fido_cred_clean_authdata(fido_cred_t *cred) in fido_cred_clean_authdata()
553 fido_cred_reset_tx(fido_cred_t *cred) in fido_cred_reset_tx()
577 fido_cred_reset_rx(fido_cred_t *cred) in fido_cred_reset_rx()
589 fido_cred_t *cred; in fido_cred_free() local
600 fido_cred_set_authdata(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_authdata()
639 fido_cred_set_authdata_raw(fido_cred_t *cred, const unsigned char *ptr, in fido_cred_set_authdata_raw()
680 fido_cred_set_id(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_id()
689 fido_cred_set_x509(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_x509()
698 fido_cred_set_sig(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_sig()
707 fido_cred_set_attstmt(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_attstmt()
740 fido_cred_exclude(fido_cred_t *cred, const unsigned char *id_ptr, size_t id_len) in fido_cred_exclude()
768 fido_cred_empty_exclude_list(fido_cred_t *cred) in fido_cred_empty_exclude_list()
777 fido_cred_set_clientdata(fido_cred_t *cred, const unsigned char *data, in fido_cred_set_clientdata()
793 fido_cred_set_clientdata_hash(fido_cred_t *cred, const unsigned char *hash, in fido_cred_set_clientdata_hash()
804 fido_cred_set_rp(fido_cred_t *cred, const char *id, const char *name) in fido_cred_set_rp()
833 fido_cred_set_user(fido_cred_t *cred, const unsigned char *user_id, in fido_cred_set_user()
884 fido_cred_set_extensions(fido_cred_t *cred, int ext) in fido_cred_set_extensions()
898 fido_cred_set_options(fido_cred_t *cred, bool rk, bool uv) in fido_cred_set_options()
907 fido_cred_set_rk(fido_cred_t *cred, fido_opt_t rk) in fido_cred_set_rk()
915 fido_cred_set_uv(fido_cred_t *cred, fido_opt_t uv) in fido_cred_set_uv()
923 fido_cred_set_prot(fido_cred_t *cred, int prot) in fido_cred_set_prot()
942 fido_cred_set_pin_minlen(fido_cred_t *cred, size_t len) in fido_cred_set_pin_minlen()
955 fido_cred_set_blob(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_blob()
968 fido_cred_set_fmt(fido_cred_t *cred, const char *fmt) in fido_cred_set_fmt()
987 fido_cred_set_type(fido_cred_t *cred, int cose_alg) in fido_cred_set_type()
1001 fido_cred_type(const fido_cred_t *cred) in fido_cred_type()
1007 fido_cred_flags(const fido_cred_t *cred) in fido_cred_flags()
1013 fido_cred_sigcount(const fido_cred_t *cred) in fido_cred_sigcount()
1019 fido_cred_clientdata_hash_ptr(const fido_cred_t *cred) in fido_cred_clientdata_hash_ptr()
1025 fido_cred_clientdata_hash_len(const fido_cred_t *cred) in fido_cred_clientdata_hash_len()
1031 fido_cred_x5c_ptr(const fido_cred_t *cred) in fido_cred_x5c_ptr()
1037 fido_cred_x5c_len(const fido_cred_t *cred) in fido_cred_x5c_len()
1043 fido_cred_sig_ptr(const fido_cred_t *cred) in fido_cred_sig_ptr()
1049 fido_cred_sig_len(const fido_cred_t *cred) in fido_cred_sig_len()
1055 fido_cred_authdata_ptr(const fido_cred_t *cred) in fido_cred_authdata_ptr()
1061 fido_cred_authdata_len(const fido_cred_t *cred) in fido_cred_authdata_len()
1067 fido_cred_authdata_raw_ptr(const fido_cred_t *cred) in fido_cred_authdata_raw_ptr()
1073 fido_cred_authdata_raw_len(const fido_cred_t *cred) in fido_cred_authdata_raw_len()
1079 fido_cred_attstmt_ptr(const fido_cred_t *cred) in fido_cred_attstmt_ptr()
1085 fido_cred_attstmt_len(const fido_cred_t *cred) in fido_cred_attstmt_len()
1091 fido_cred_pubkey_ptr(const fido_cred_t *cred) in fido_cred_pubkey_ptr()
1117 fido_cred_pubkey_len(const fido_cred_t *cred) in fido_cred_pubkey_len()
1143 fido_cred_id_ptr(const fido_cred_t *cred) in fido_cred_id_ptr()
1149 fido_cred_id_len(const fido_cred_t *cred) in fido_cred_id_len()
1155 fido_cred_aaguid_ptr(const fido_cred_t *cred) in fido_cred_aaguid_ptr()
1161 fido_cred_aaguid_len(const fido_cred_t *cred) in fido_cred_aaguid_len()
1167 fido_cred_prot(const fido_cred_t *cred) in fido_cred_prot()
1173 fido_cred_pin_minlen(const fido_cred_t *cred) in fido_cred_pin_minlen()
1179 fido_cred_fmt(const fido_cred_t *cred) in fido_cred_fmt()
1185 fido_cred_rp_id(const fido_cred_t *cred) in fido_cred_rp_id()
1191 fido_cred_rp_name(const fido_cred_t *cred) in fido_cred_rp_name()
1197 fido_cred_user_name(const fido_cred_t *cred) in fido_cred_user_name()
1203 fido_cred_display_name(const fido_cred_t *cred) in fido_cred_display_name()
1209 fido_cred_user_id_ptr(const fido_cred_t *cred) in fido_cred_user_id_ptr()
1215 fido_cred_user_id_len(const fido_cred_t *cred) in fido_cred_user_id_len()
1221 fido_cred_largeblob_key_ptr(const fido_cred_t *cred) in fido_cred_largeblob_key_ptr()
1227 fido_cred_largeblob_key_len(const fido_cred_t *cred) in fido_cred_largeblob_key_len()