Lines Matching refs:authdata_ext
67 &stmt->authdata, &stmt->authdata_ext)); in parse_assert_reply()
290 if (stmt->authdata_ext.hmac_secret_enc.ptr != NULL) { in decrypt_hmac_secrets()
292 &stmt->authdata_ext.hmac_secret_enc, in decrypt_hmac_secrets()
375 check_extensions(int authdata_ext, int ext) in check_extensions() argument
379 if (authdata_ext != ext) { in check_extensions()
381 authdata_ext, ext); in check_extensions()
530 if (check_extensions(stmt->authdata_ext.mask, assert->ext.mask) < 0) { in fido_assert_verify()
779 fido_assert_reset_extattr(&assert->stmt[i].authdata_ext); in fido_assert_reset_rx()
972 return (assert->stmt[idx].authdata_ext.blob.ptr); in fido_assert_blob_ptr()
981 return (assert->stmt[idx].authdata_ext.blob.len); in fido_assert_blob_len()
988 fido_assert_reset_extattr(&stmt->authdata_ext); in fido_assert_clean_authdata()
1014 &stmt->authdata, &stmt->authdata_ext) < 0) { in fido_assert_set_authdata()
1052 &stmt->authdata, &stmt->authdata_ext) < 0) { in fido_assert_set_authdata_raw()