Lines Matching refs:authdata_cbor
37 &cred->authdata_cbor, &cred->authdata, &cred->attcred, in parse_makecred_reply()
165 if (cred->fmt == NULL || fido_blob_is_empty(&cred->authdata_cbor) || in fido_dev_make_cred_rx()
338 if (cred->cdh.ptr == NULL || cred->authdata_cbor.ptr == NULL || in fido_cred_verify()
344 (void *)cred->authdata_cbor.ptr, in fido_cred_verify()
373 &cred->authdata_cbor) < 0) { in fido_cred_verify()
424 if (cred->cdh.ptr == NULL || cred->authdata_cbor.ptr == NULL || in fido_cred_verify_self()
430 (void *)cred->authdata_cbor.ptr, in fido_cred_verify_self()
459 &cred->authdata_cbor) < 0) { in fido_cred_verify_self()
518 fido_blob_reset(&cred->authdata_cbor); in fido_cred_clean_authdata()
609 if (cbor_decode_cred_authdata(item, cred->type, &cred->authdata_cbor, in fido_cred_set_authdata()
650 if (cbor_decode_cred_authdata(item, cred->type, &cred->authdata_cbor, in fido_cred_set_authdata_raw()
1034 return (cred->authdata_cbor.ptr); in fido_cred_authdata_ptr()
1040 return (cred->authdata_cbor.len); in fido_cred_authdata_len()