Lines Matching defs:cred

20 	fido_cred_t *cred = arg;  in parse_makecred_reply()  local
50 fido_dev_make_cred_tx(fido_dev_t *dev, fido_cred_t *cred, const char *pin, in fido_dev_make_cred_tx()
139 fido_dev_make_cred_rx(fido_dev_t *dev, fido_cred_t *cred, int *ms) in fido_dev_make_cred_rx()
182 fido_dev_make_cred_wait(fido_dev_t *dev, fido_cred_t *cred, const char *pin, in fido_dev_make_cred_wait()
195 fido_dev_make_cred(fido_dev_t *dev, fido_cred_t *cred, const char *pin) in fido_dev_make_cred()
328 fido_cred_verify(const fido_cred_t *cred) in fido_cred_verify()
413 fido_cred_verify_self(const fido_cred_t *cred) in fido_cred_verify_self()
516 fido_cred_clean_authdata(fido_cred_t *cred) in fido_cred_clean_authdata()
540 fido_cred_reset_tx(fido_cred_t *cred) in fido_cred_reset_tx()
565 fido_cred_reset_rx(fido_cred_t *cred) in fido_cred_reset_rx()
577 fido_cred_t *cred; in fido_cred_free() local
588 fido_cred_set_authdata(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_authdata()
627 fido_cred_set_authdata_raw(fido_cred_t *cred, const unsigned char *ptr, in fido_cred_set_authdata_raw()
668 fido_cred_set_id(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_id()
677 fido_cred_set_x509(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_x509()
686 fido_cred_set_sig(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_sig()
695 fido_cred_set_attstmt(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_attstmt()
728 fido_cred_exclude(fido_cred_t *cred, const unsigned char *id_ptr, size_t id_len) in fido_cred_exclude()
756 fido_cred_set_clientdata(fido_cred_t *cred, const unsigned char *data, in fido_cred_set_clientdata()
772 fido_cred_set_clientdata_hash(fido_cred_t *cred, const unsigned char *hash, in fido_cred_set_clientdata_hash()
783 fido_cred_set_rp(fido_cred_t *cred, const char *id, const char *name) in fido_cred_set_rp()
812 fido_cred_set_user(fido_cred_t *cred, const unsigned char *user_id, in fido_cred_set_user()
863 fido_cred_set_extensions(fido_cred_t *cred, int ext) in fido_cred_set_extensions()
877 fido_cred_set_options(fido_cred_t *cred, bool rk, bool uv) in fido_cred_set_options()
886 fido_cred_set_rk(fido_cred_t *cred, fido_opt_t rk) in fido_cred_set_rk()
894 fido_cred_set_uv(fido_cred_t *cred, fido_opt_t uv) in fido_cred_set_uv()
902 fido_cred_set_prot(fido_cred_t *cred, int prot) in fido_cred_set_prot()
921 fido_cred_set_pin_minlen(fido_cred_t *cred, size_t len) in fido_cred_set_pin_minlen()
934 fido_cred_set_blob(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_blob()
947 fido_cred_set_fmt(fido_cred_t *cred, const char *fmt) in fido_cred_set_fmt()
966 fido_cred_set_type(fido_cred_t *cred, int cose_alg) in fido_cred_set_type()
978 fido_cred_type(const fido_cred_t *cred) in fido_cred_type()
984 fido_cred_flags(const fido_cred_t *cred) in fido_cred_flags()
990 fido_cred_sigcount(const fido_cred_t *cred) in fido_cred_sigcount()
996 fido_cred_clientdata_hash_ptr(const fido_cred_t *cred) in fido_cred_clientdata_hash_ptr()
1002 fido_cred_clientdata_hash_len(const fido_cred_t *cred) in fido_cred_clientdata_hash_len()
1008 fido_cred_x5c_ptr(const fido_cred_t *cred) in fido_cred_x5c_ptr()
1014 fido_cred_x5c_len(const fido_cred_t *cred) in fido_cred_x5c_len()
1020 fido_cred_sig_ptr(const fido_cred_t *cred) in fido_cred_sig_ptr()
1026 fido_cred_sig_len(const fido_cred_t *cred) in fido_cred_sig_len()
1032 fido_cred_authdata_ptr(const fido_cred_t *cred) in fido_cred_authdata_ptr()
1038 fido_cred_authdata_len(const fido_cred_t *cred) in fido_cred_authdata_len()
1044 fido_cred_authdata_raw_ptr(const fido_cred_t *cred) in fido_cred_authdata_raw_ptr()
1050 fido_cred_authdata_raw_len(const fido_cred_t *cred) in fido_cred_authdata_raw_len()
1056 fido_cred_attstmt_ptr(const fido_cred_t *cred) in fido_cred_attstmt_ptr()
1062 fido_cred_attstmt_len(const fido_cred_t *cred) in fido_cred_attstmt_len()
1068 fido_cred_pubkey_ptr(const fido_cred_t *cred) in fido_cred_pubkey_ptr()
1091 fido_cred_pubkey_len(const fido_cred_t *cred) in fido_cred_pubkey_len()
1114 fido_cred_id_ptr(const fido_cred_t *cred) in fido_cred_id_ptr()
1120 fido_cred_id_len(const fido_cred_t *cred) in fido_cred_id_len()
1126 fido_cred_aaguid_ptr(const fido_cred_t *cred) in fido_cred_aaguid_ptr()
1132 fido_cred_aaguid_len(const fido_cred_t *cred) in fido_cred_aaguid_len()
1138 fido_cred_prot(const fido_cred_t *cred) in fido_cred_prot()
1144 fido_cred_pin_minlen(const fido_cred_t *cred) in fido_cred_pin_minlen()
1150 fido_cred_fmt(const fido_cred_t *cred) in fido_cred_fmt()
1156 fido_cred_rp_id(const fido_cred_t *cred) in fido_cred_rp_id()
1162 fido_cred_rp_name(const fido_cred_t *cred) in fido_cred_rp_name()
1168 fido_cred_user_name(const fido_cred_t *cred) in fido_cred_user_name()
1174 fido_cred_display_name(const fido_cred_t *cred) in fido_cred_display_name()
1180 fido_cred_user_id_ptr(const fido_cred_t *cred) in fido_cred_user_id_ptr()
1186 fido_cred_user_id_len(const fido_cred_t *cred) in fido_cred_user_id_len()
1192 fido_cred_largeblob_key_ptr(const fido_cred_t *cred) in fido_cred_largeblob_key_ptr()
1198 fido_cred_largeblob_key_len(const fido_cred_t *cred) in fido_cred_largeblob_key_len()